Skip to content

Commit 359bae6

Browse files
CICD: Pin NumPy version to <2 for PyBullet
1 parent c3234db commit 359bae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-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
@@ -68,7 +68,7 @@ commands =
6868
[testenv:loader-pybullet]
6969
changedir = {toxinidir}/tests/loaders
7070
deps =
71-
numpy >=1.23.4
71+
numpy >=1.23.4,<2
7272
pybullet >=3.2.5
7373
commands =
7474
python -m unittest test_pybullet.py

0 commit comments

Comments
 (0)