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 d54cab7 commit 7ab6749Copy full SHA for 7ab6749
.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.1.0 --no-deps
+pip_install onnxscript==0.2.2 --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.1.0
+onnxscript==0.2.2
343
#Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
344
345
0 commit comments