Bump SB3 version (#30)

This commit is contained in:
Antonin RAFFIN 2021-05-12 11:46:16 +02:00 committed by GitHub
parent 30cc206578
commit 08418a3cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Changelog Changelog
========== ==========
Release 1.1.0a6 (WIP) Release 1.1.0a7 (WIP)
------------------------------- -------------------------------
Breaking Changes: Breaking Changes:

View File

@ -1 +1 @@
1.1.0a6 1.1.0a7

View File

@ -62,7 +62,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>=1.1.0a6", "stable_baselines3>=1.1.0a7",
], ],
description="Contrib package of Stable Baselines3, experimental code.", description="Contrib package of Stable Baselines3, experimental code.",
author="Antonin Raffin", author="Antonin Raffin",