File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ python =
1212[testenv:coverage]
1313deps =
1414 coverage
15+ cmeel-boost ==1.80.0
16+ hpp-fcl ==2.1.4
1517 idyntree >= 8.0.0
1618 mujoco >=2.2.1
1719 numpy >=1.23.4
18- pin >= 2.6.10
20+ pin == 2.6.12
1921 pybullet >=3.2.5
2022 robomeshcat >= 1.0.4
2123 yourdfpy >=0.0.53
@@ -27,13 +29,15 @@ commands =
2729[testenv:lint]
2830deps =
2931 black >=22.10.0
32+ cmeel-boost ==1.80.0
3033 flake8
34+ hpp-fcl ==2.1.4
3135 idyntree >= 8.0.0
3236 isort >=5.8.0
3337 mccabe
3438 mujoco >=2.2.1
3539 mypy
36- pin >= 2.6.10
40+ pin == 2.6.12
3741 pybullet >=3.2.5
3842 pylint
3943 robomeshcat >= 1.0.4
@@ -61,7 +65,9 @@ commands =
6165
6266[testenv:loader-pinocchio]
6367deps =
64- pin >=2.6.10
68+ cmeel-boost ==1.80.0
69+ hpp-fcl ==2.1.4
70+ pin ==2.6.12
6571 pytest
6672commands =
6773 pytest --import-mode =importlib tests/loaders/test_pinocchio.py
You can’t perform that action at this time.
0 commit comments