Skip to content

Commit 41ca929

Browse files
authored
Add mujoco-mjx dependency to pyproject.toml
1 parent bfbc99e commit 41ca929

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"pytest-cov==5.0.0",
3030
"diffrax==0.5.1",
3131
"jax-dataclasses==1.6.0",
32+
"mujoco-mjx==3.3.0",
3233
]
3334

3435
[tool.pytest.ini_options]
@@ -51,4 +52,4 @@ include = ["exciting_environments*"] # package names should match these glob pa
5152
exciting_environments = ["exciting_environments/pmsm/*.mat"]
5253

5354
[tool.black]
54-
line-length = 120
55+
line-length = 120

0 commit comments

Comments
 (0)