Skip to content

Commit d444bbd

Browse files
committed
update numpy pin
1 parent 0d9ec6c commit d444bbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/fabric/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.12"
4-
numpy >=2.1.0, <2.3.0; python_version >= "3.12"
3+
numpy >=1.21.0, <1.27.0; python_version < "3.10"
4+
numpy >=2.1.0, <2.3.5; python_version >= "3.10"
55
pytest ==8.4.2
66
pytest-cov ==7.0.0
77
pytest-timeout ==2.4.0

requirements/pytorch/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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.12"
14-
numpy >=2.1.0, <2.3.0; python_version >= "3.12"
13+
numpy >=1.21.0, <1.27.0; python_version < "3.10"
14+
numpy >=2.1.0, <2.3.5; python_version >= "3.10"
1515
onnx >1.12.0, <1.20.0
1616
onnxruntime >=1.12.0, <1.24.0
1717
onnxscript >= 0.1.0, < 0.6.0

0 commit comments

Comments
 (0)