Skip to content

Commit eb53f1c

Browse files
CICD: Remove version pin on NumPy < 2
1 parent 05685cf commit eb53f1c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ All notable changes to this project will be documented in this file.
101101
### Changed
102102

103103
- CICD: Isolate loader tests in testing submodules
104+
- CICD: Remove version pin on NumPy < 2
104105
- CICD: Update checkout actions to v4
105106
- Update MuJoCo Menagerie repository commit
106107
- Update eDO description repository

tox.ini

Lines changed: 4 additions & 4 deletions
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,<2
17+
numpy >=1.23.4
1818
pin >= 3.1.0
1919
pybullet >=3.2.5
2020
robomeshcat >= 1.0.4
@@ -31,7 +31,7 @@ deps =
3131
mccabe
3232
mujoco >=2.3.5
3333
mypy
34-
numpy >=1.23.4,<2
34+
numpy >=1.23.4
3535
pin >= 3.1.0
3636
pybullet >=3.2.5
3737
pylint
@@ -62,7 +62,7 @@ commands =
6262
[testenv:loader-pybullet]
6363
changedir = {toxinidir}/tests/loaders
6464
deps =
65-
numpy >=1.23.4,<2
65+
numpy >=1.23.4
6666
pybullet >=3.2.5
6767
commands =
6868
python -m unittest test_pybullet.py --failfast
@@ -79,7 +79,7 @@ commands =
7979
changedir = {toxinidir}/tests/loaders
8080
deps =
8181
lxml <=4.9.4
82-
numpy >=1.23.4,<2
82+
numpy >=1.23.4
8383
yourdfpy >=0.0.56
8484
commands =
8585
python -m unittest test_yourdfpy.py --failfast

0 commit comments

Comments
 (0)