Skip to content

Commit 4dc1112

Browse files
kevinzakkacopybara-github
authored andcommitted
Use latest mujoco.
PiperOrigin-RevId: 715965207 Change-Id: Ia042b7322b15294287df3697eabe76b042a3ff1f
1 parent b1b1340 commit 4dc1112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies = [
2929
"jax",
3030
"lxml",
3131
"ml_collections",
32-
"mujoco-mjx",
33-
"mujoco",
32+
"mujoco-mjx>=3.2.7",
33+
"mujoco>=3.2.7",
3434
"tqdm",
35-
"brax", # TODO(btaba): Remove this dependency.
35+
"brax>=0.12.1",
3636
]
3737
keywords = ["mjx", "mujoco", "dm_control"]
3838

0 commit comments

Comments
 (0)