SB3 v1.0 (#23)

This commit is contained in:
Antonin RAFFIN 2021-03-17 14:32:58 +01:00 committed by GitHub
parent 9824daca44
commit 81ef23d270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@
Changelog
==========
Release 1.0rc1 (WIP)
Release 1.0 (2021-03-17)
-------------------------------
Breaking Changes:
^^^^^^^^^^^^^^^^^
- Upgraded to Stable-Baselines3 >= 1.0rc1
- Upgraded to Stable-Baselines3 >= 1.0
Bug Fixes:
^^^^^^^^^^

View File

@ -1 +1 @@
1.0rc1
1.0

View File

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