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 5865898 commit ecec995Copy full SHA for ecec995
tox.ini
@@ -13,7 +13,7 @@ python =
13
deps =
14
coverage >=5.5
15
idyntree >= 8.0.0
16
- mujoco >=2.2.1
+ mujoco >=2.3.5
17
numpy >=1.23.4
18
pin >=2.6.14
19
pybullet >=3.2.5
@@ -29,7 +29,7 @@ deps =
29
black >=22.10.0
30
31
mccabe
32
33
mypy
34
35
@@ -53,7 +53,7 @@ commands =
53
[testenv:loader-mujoco]
54
changedir = {toxinidir}/tests/loaders
55
56
57
commands =
58
python -m unittest test_mujoco.py
59
0 commit comments