Skip to content

Commit

Permalink
Fix ranges for brax package
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolin Benjamins authored and TheEimer committed Jul 17, 2023
1 parent 4438afa commit 7793cd9
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 @@ -25,7 +25,7 @@ def read_file(filepath: str) -> str:
"gym[box2d]==0.24.1",
],
"brax": [
"brax>=0.0.10",
"brax>=0.0.10,<=0.0.16",
"protobuf>=3.17.3",
],
"dm_control": [
Expand Down

0 comments on commit 7793cd9

Please sign in to comment.