8000
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 c219c5c commit 9d196edCopy full SHA for 9d196ed
.ci/docker/common/install_onnx.sh
@@ -32,7 +32,7 @@ pip_install coloredlogs packaging
32
33
pip_install onnxruntime==1.18.1
34
pip_install onnx==1.17.0
35
-pip_install onnxscript==0.2.2 --no-deps
+pip_install onnxscript==0.1.0 --no-deps
36
# required by onnxscript
37
pip_install ml_dtypes
38
.ci/docker/requirements-ci.txt
@@ -339,7 +339,7 @@ onnx==1.17.0
339
#Pinned versions:
340
#test that import:
341
342
-onnxscript==0.2.2
+onnxscript==0.1.0
343
#Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
344
345
0 commit comments