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 d3f1edd commit 826de2dCopy full SHA for 826de2d
requirements/fabric/test.txt
@@ -7,4 +7,4 @@ pytest-rerunfailures ==15.1
7
pytest-random-order ==1.2.0
8
click ==8.1.8; python_version < "3.11"
9
click ==8.2.1; python_version > "3.10"
10
-tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
+tensorboardX >=2.3, <2.7.0 # min version is set by torch.onnx missing attribute
requirements/pytorch/test.txt
@@ -8,7 +8,7 @@ pytest-random-order ==1.2.0
# needed in tests
cloudpickle >=1.3, <3.2.0
scikit-learn >0.22.1, <1.8.0
11
-numpy >=1.21.0, <1.27.0
+numpy >1.20.0, <1.27.0
12
onnx >1.12.0, <1.19.0
13
onnxruntime >=1.12.0, <1.23.0
14
onnxscript >= 0.2.2, <0.4.0
0 commit comments