Update requirements (#15)
This commit is contained in:
parent
eccdc55fdd
commit
3598ca284a
|
|
@ -4,7 +4,7 @@ Changelog
|
|||
==========
|
||||
|
||||
|
||||
Pre-Release 0.11.0a2 (WIP)
|
||||
Pre-Release 0.11.0a3 (WIP)
|
||||
-------------------------------
|
||||
|
||||
Breaking Changes:
|
||||
|
|
@ -23,6 +23,7 @@ Deprecations:
|
|||
Others:
|
||||
^^^^^^^
|
||||
- Updated ``TQC`` to match new SB3 version
|
||||
- Updated SB3 min version
|
||||
|
||||
Documentation:
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.11.0a2
|
||||
0.11.0a3
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,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]>=0.10.0",
|
||||
"stable_baselines3[tests,docs]>=0.11.0a2",
|
||||
],
|
||||
description="Contrib package of Stable Baselines3, experimental code.",
|
||||
author="Antonin Raffin",
|
||||
|
|
|
|||
Loading…
Reference in New Issue