Skip to content

Commit

Permalink
Test downgrading gym
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed May 29, 2022
1 parent 68cec40 commit 0072b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
packages=[package for package in find_packages() if package.startswith("stable_baselines3")],
package_data={"stable_baselines3": ["py.typed", "version.txt"]},
install_requires=[
"gym==0.24",
"gym==0.23.1",
"numpy",
"torch>=1.11",
# For saving models
Expand Down

0 comments on commit 0072b77

Please sign in to comment.