Skip to content

Commit

Permalink
Use gym>=0.22 as the core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Feb 25, 2022
1 parent c91a2a0 commit ab8b6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudpickle>=1.2.0
mujoco_py>=1.50, <2.0
numpy>=1.18.0
git+https://github.com/openai/gym@master
gym>=0.22
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"numpy>=1.18.0",
"cloudpickle>=1.2.0",
"importlib_metadata>=4.8.1; python_version < '3.8'",
"gym @ git+https://github.com/openai/gym@master",
"gym>=0.22",
],
package_data={
"gym_robotics": [
Expand Down

0 comments on commit ab8b6e9

Please sign in to comment.