Skip to content

Commit

Permalink
Require specific mujoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaux1 committed Dec 3, 2024
1 parent 0b35208 commit 9d1c02b
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
Expand Up @@ -4,5 +4,5 @@ pybullet>=3.2.5
pytransform3d>=2.0.0
scipy>=1.10.0
setuptools>=65.5.1
mujoco >= 3.2.0
mujoco == 3.2.3
imageio >= 2.34.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pytransform3d",
],
extras_require={
"mujoco": ["mujoco>= 3.2.0", "imageio >=2.34.1"],
"mujoco": ["mujoco== 3.2.3", "imageio >=2.34.1"],
"dev": ["pytest", "pre-commit", "flake8"],
},
)

0 comments on commit 9d1c02b

Please sign in to comment.