Skip to content

Commit d54857e

Browse files
CICD: Pin NumPy version to <2 for PyBullet
1 parent fadd3f6 commit d54857e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: tox.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414
coverage >=5.5
1515
idyntree >= 8.0.0
1616
mujoco >=2.3.5
17-
numpy >=1.23.4
17+
numpy >=1.23.4,<2
1818
pin >=2.6.14
1919
pybullet >=3.2.5
2020
robomeshcat >= 1.0.4
@@ -31,6 +31,7 @@ deps =
3131
mccabe
3232
mujoco >=2.3.5
3333
mypy
34+
numpy >=1.23.4,<2
3435
pin >=2.6.14
3536
pybullet >=3.2.5
3637
pylint
@@ -68,7 +69,7 @@ commands =
6869
[testenv:loader-pybullet]
6970
changedir = {toxinidir}/tests/loaders
7071
deps =
71-
numpy >=1.23.4
72+
numpy >=1.23.4,<2
7273
pybullet >=3.2.5
7374
commands =
7475
python -m unittest test_pybullet.py

0 commit comments

Comments
 (0)