Skip to content

Commit 1c32aa7

Browse files
fix mujoco version for now
1 parent 17f15ee commit 1c32aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mujoco_robot_environments = ['*.png']
3737
[tool.poetry.dependencies]
3838
python = "3.10.6"
3939
numpy = "^1.16.0"
40-
mujoco = "^3.1.1"
40+
mujoco = "3.2.1"
4141
mujoco_controllers = "^0.0.2"
4242
brax = "^0.10.4"
4343
dm-control = "1.0.22"

0 commit comments

Comments
 (0)