Skip to content

Commit

Permalink
[gym/common] gym>=0.22.0 is not supported because of GoalEnv removal …
Browse files Browse the repository at this point in the history
…and drop of Python 3.6.
  • Loading branch information
Alexis Duburcq committed Feb 24, 2022
1 parent 46a20e4 commit 206428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gym_jiminy/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# - 0.18.0: dtype handling of flatten space
# - >=0.18.0,<0.18.3 requires Pillow<8.0 to work, not compatible with
# Python 3.9.
"gym>=0.18.3"
"gym>=0.18.3,<0.22.0"
],
extras_require=extras,
zip_safe=False
Expand Down

0 comments on commit 206428d

Please sign in to comment.