We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1340 commit 4dc1112Copy full SHA for 4dc1112
pyproject.toml
@@ -29,10 +29,10 @@ dependencies = [
29
"jax",
30
"lxml",
31
"ml_collections",
32
- "mujoco-mjx",
33
- "mujoco",
+ "mujoco-mjx>=3.2.7",
+ "mujoco>=3.2.7",
34
"tqdm",
35
- "brax", # TODO(btaba): Remove this dependency.
+ "brax>=0.12.1",
36
]
37
keywords = ["mjx", "mujoco", "dm_control"]
38
0 commit comments