Skip to content

Commit

Permalink
Fix gymnasium version with box2d
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc authored Apr 19, 2023
1 parent 2c655eb commit 35e7d4c
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 @@ -22,7 +22,7 @@ def read_file(filepath: str) -> str:

extras_require = {
"box2d": [
"gymnasium[box2d]==0.24.1",
"gymnasium[box2d]>=0.27.1",
],
"brax": [
"brax>=0.0.10,<=0.0.16",
Expand Down

0 comments on commit 35e7d4c

Please sign in to comment.