We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadd3f6 commit d54857eCopy full SHA for d54857e
tox.ini
@@ -14,7 +14,7 @@ deps =
14
coverage >=5.5
15
idyntree >= 8.0.0
16
mujoco >=2.3.5
17
- numpy >=1.23.4
+ numpy >=1.23.4,<2
18
pin >=2.6.14
19
pybullet >=3.2.5
20
robomeshcat >= 1.0.4
@@ -31,6 +31,7 @@ deps =
31
mccabe
32
33
mypy
34
35
36
37
pylint
@@ -68,7 +69,7 @@ commands =
68
69
[testenv:loader-pybullet]
70
changedir = {toxinidir}/tests/loaders
71
deps =
72
73
74
commands =
75
python -m unittest test_pybullet.py
0 commit comments