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 aff0c45 commit e4634c3Copy full SHA for e4634c3
requirements/fabric/test.txt
@@ -1,7 +1,6 @@
1
coverage ==7.11.0; python_version >= "3.10"
2
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"
+numpy
5
pytest ==8.4.2
6
pytest-cov ==7.0.0
7
pytest-timeout ==2.4.0
requirements/pytorch/test.txt
@@ -10,8 +10,7 @@ pytest-random-order ==1.2.0
10
# needed in tests
11
cloudpickle >=1.3, <3.2.0
12
scikit-learn >0.22.1, <1.8.0
13
14
15
onnx >1.12.0, <1.20.0
16
onnxruntime >=1.12.0, <1.24.0
17
onnxscript >= 0.1.0, < 0.6.0
0 commit comments