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 =
12
12
[testenv:coverage]
13
13
deps =
14
14
coverage
15
+ cmeel-boost ==1.80.0
16
+ hpp-fcl ==2.1.4
15
17
idyntree >= 8.0.0
16
18
mujoco >=2.2.1
17
19
numpy >=1.23.4
18
- pin >= 2.6.10
20
+ pin == 2.6.12
19
21
pybullet >=3.2.5
20
22
robomeshcat >= 1.0.4
21
23
yourdfpy >=0.0.53
@@ -27,13 +29,15 @@ commands =
27
29
[testenv:lint]
28
30
deps =
29
31
black >=22.10.0
32
+ cmeel-boost ==1.80.0
30
33
flake8
34
+ hpp-fcl ==2.1.4
31
35
idyntree >= 8.0.0
32
36
isort >=5.8.0
33
37
mccabe
34
38
mujoco >=2.2.1
35
39
mypy
36
- pin >= 2.6.10
40
+ pin == 2.6.12
37
41
pybullet >=3.2.5
38
42
pylint
39
43
robomeshcat >= 1.0.4
@@ -61,7 +65,9 @@ commands =
61
65
62
66
[testenv:loader-pinocchio]
63
67
deps =
64
- pin >=2.6.10
68
+ cmeel-boost ==1.80.0
69
+ hpp-fcl ==2.1.4
70
+ pin ==2.6.12
65
71
pytest
66
72
commands =
67
73
pytest --import-mode =importlib tests/loaders/test_pinocchio.py
You can’t perform that action at this time.
0 commit comments