Skip to content

Commit

Permalink
CICD: Pin NumPy version to <2 for PyBullet
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jun 27, 2024
1 parent c3234db commit 326e6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ commands =
[testenv:loader-pybullet]
changedir = {toxinidir}/tests/loaders
deps =
numpy >=1.23.4
numpy >=1.23.4,<2
pybullet >=3.2.5
commands =
python -m unittest test_pybullet.py
Expand Down

0 comments on commit 326e6b6

Please sign in to comment.