Update requirements (#15)

This commit is contained in:
Antonin RAFFIN 2020-12-13 17:29:15 +01:00 committed by GitHub
parent eccdc55fdd
commit 3598ca284a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Changelog
========== ==========
Pre-Release 0.11.0a2 (WIP) Pre-Release 0.11.0a3 (WIP)
------------------------------- -------------------------------
Breaking Changes: Breaking Changes:
@ -23,6 +23,7 @@ Deprecations:
Others: Others:
^^^^^^^ ^^^^^^^
- Updated ``TQC`` to match new SB3 version - Updated ``TQC`` to match new SB3 version
- Updated SB3 min version
Documentation: Documentation:
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^

View File

@ -1 +1 @@
0.11.0a2 0.11.0a3

View File

@ -59,7 +59,7 @@ setup(
packages=[package for package in find_packages() if package.startswith("sb3_contrib")], packages=[package for package in find_packages() if package.startswith("sb3_contrib")],
package_data={"sb3_contrib": ["py.typed", "version.txt"]}, package_data={"sb3_contrib": ["py.typed", "version.txt"]},
install_requires=[ install_requires=[
"stable_baselines3[tests,docs]>=0.10.0", "stable_baselines3[tests,docs]>=0.11.0a2",
], ],
description="Contrib package of Stable Baselines3, experimental code.", description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin", author="Antonin Raffin",