Skip to content

Commit e4634c3

Browse files
committed
drop pin for numpy
1 parent aff0c45 commit e4634c3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
coverage ==7.11.0; python_version >= "3.10"
22
coverage ==7.10.7; python_version < "3.10"
3-
numpy >=1.21.0, <1.27.0; python_version < "3.13"
4-
numpy >=2.1.0, <2.3.0; python_version >= "3.13"
3+
numpy
54
pytest ==8.4.2
65
pytest-cov ==7.0.0
76
pytest-timeout ==2.4.0

requirements/pytorch/test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ pytest-random-order ==1.2.0
1010
# needed in tests
1111
cloudpickle >=1.3, <3.2.0
1212
scikit-learn >0.22.1, <1.8.0
13-
numpy >=1.21.0, <1.27.0; python_version < "3.13"
14-
numpy >=2.1.0, <2.3.0; python_version >= "3.13"
13+
numpy
1514
onnx >1.12.0, <1.20.0
1615
onnxruntime >=1.12.0, <1.24.0
1716
onnxscript >= 0.1.0, < 0.6.0

0 commit comments

Comments
 (0)