Skip to content

Commit

Permalink
fix mujoco version in pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfiras committed May 19, 2024
1 parent 0c1e3c7 commit 2282f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"mushroom-rl>=1.10.0",
"numpy",
"scipy",
"mujoco>=2.3.6",
"mujoco==2.3.7",
"gymnasium",
"dm_control",
"pyyaml",
Expand Down

0 comments on commit 2282f84

Please sign in to comment.