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 4eac29e commit d99713bCopy full SHA for d99713b
tox.ini
@@ -14,7 +14,7 @@ deps =
14
coverage
15
mujoco >=2.2.1
16
pin >=2.6.10
17
- idyntree >= 5.0.1
+ idyntree >= 8.0.0
18
pybullet >=3.2.5
19
robomeshcat >= 1.0.4
20
yourdfpy >=0.0.52
@@ -31,7 +31,7 @@ deps =
31
32
mypy
33
34
35
36
pylint
37
@@ -83,7 +83,8 @@ commands =
83
[testenv:loader-idyntree]
84
deps =
85
pytest
86
87
+ pin >=2.6.10
88
commands =
89
pytest --import-mode=importlib tests/loaders/test_idyntree.py
90
0 commit comments