File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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]
6363changedir = {toxinidir}/tests/loaders
6464deps =
65- numpy >=1.23.4,<2
65+ numpy >=1.23.4
6666 pybullet >=3.2.5
6767commands =
6868 python -m unittest test_pybullet.py --failfast
@@ -79,7 +79,7 @@ commands =
7979changedir = {toxinidir}/tests/loaders
8080deps =
8181 lxml <=4.9.4
82- numpy >=1.23.4,<2
82+ numpy >=1.23.4
8383 yourdfpy >=0.0.56
8484commands =
8585 python -m unittest test_yourdfpy.py --failfast
You can’t perform that action at this time.
0 commit comments