From 326e6b645998b2670aa099d9f8bd627bb905466f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Thu, 27 Jun 2024 11:10:58 +0200 Subject: [PATCH] CICD: Pin NumPy version to <2 for PyBullet --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0f3d1da..45b4fe2 100644 --- a/tox.ini +++ b/tox.ini @@ -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