Update dependencies
This commit is contained in:
parent
e8093965c7
commit
b896b7492e
|
|
@ -15,4 +15,4 @@ dependencies:
|
||||||
- numpy
|
- numpy
|
||||||
- matplotlib
|
- matplotlib
|
||||||
- sphinx_autodoc_typehints
|
- sphinx_autodoc_typehints
|
||||||
- stable-baselines3>=0.9.0
|
- stable-baselines3>=0.10.0a0
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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.9.0",
|
"stable_baselines3[tests,docs]>=0.10.0a0",
|
||||||
],
|
],
|
||||||
description="Contrib package of Stable Baselines3, experimental code.",
|
description="Contrib package of Stable Baselines3, experimental code.",
|
||||||
author="Antonin Raffin",
|
author="Antonin Raffin",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue