We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55650d commit f7de562Copy full SHA for f7de562
requirements/fabric/test.txt
@@ -1,5 +1,5 @@
1
coverage ==7.10.5
2
-numpy >=1.21.0, <1.27.0
+numpy >=1.21.0, <2.4.0
3
pytest ==8.4.1
4
pytest-cov ==6.2.1
5
pytest-timeout ==2.4.0
requirements/pytorch/test.txt
@@ -8,7 +8,7 @@ pytest-random-order ==1.2.0
8
# needed in tests
9
cloudpickle >=1.3, <3.2.0
10
scikit-learn >0.22.1, <1.8.0
11
-numpy >1.20.0, <1.27.0
+numpy >1.20.0, <2.4.0
12
onnx >1.12.0, <1.19.0
13
onnxruntime >=1.12.0, <1.23.0
14
onnxscript >= 0.1.0, < 0.5.0
0 commit comments