Skip to content

Commit d99713b

Browse files
GiulioRomualdiStéphane Caron
authored andcommitted
Update tox.ini accordingly to 9a05347
1 parent 4eac29e commit d99713b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414
coverage
1515
mujoco >=2.2.1
1616
pin >=2.6.10
17-
idyntree >= 5.0.1
17+
idyntree >= 8.0.0
1818
pybullet >=3.2.5
1919
robomeshcat >= 1.0.4
2020
yourdfpy >=0.0.52
@@ -31,7 +31,7 @@ deps =
3131
mujoco >=2.2.1
3232
mypy
3333
pin >=2.6.10
34-
idyntree >= 5.0.1
34+
idyntree >= 8.0.0
3535
pybullet >=3.2.5
3636
pylint
3737
robomeshcat >= 1.0.4
@@ -83,7 +83,8 @@ commands =
8383
[testenv:loader-idyntree]
8484
deps =
8585
pytest
86-
idyntree >= 5.0.1
86+
idyntree >= 8.0.0
87+
pin >=2.6.10
8788
commands =
8889
pytest --import-mode=importlib tests/loaders/test_idyntree.py
8990

0 commit comments

Comments
 (0)