Skip to content

Commit ecec995

Browse files
CI: Bump min MuJoCo version to 2.3.5
1 parent 5865898 commit ecec995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python =
1313
deps =
1414
coverage >=5.5
1515
idyntree >= 8.0.0
16-
mujoco >=2.2.1
16+
mujoco >=2.3.5
1717
numpy >=1.23.4
1818
pin >=2.6.14
1919
pybullet >=3.2.5
@@ -29,7 +29,7 @@ deps =
2929
black >=22.10.0
3030
idyntree >= 8.0.0
3131
mccabe
32-
mujoco >=2.2.1
32+
mujoco >=2.3.5
3333
mypy
3434
pin >=2.6.14
3535
pybullet >=3.2.5
@@ -53,7 +53,7 @@ commands =
5353
[testenv:loader-mujoco]
5454
changedir = {toxinidir}/tests/loaders
5555
deps =
56-
mujoco >=2.2.1
56+
mujoco >=2.3.5
5757
commands =
5858
python -m unittest test_mujoco.py
5959

0 commit comments

Comments
 (0)