Bump onnxscript to 0.2.2 in CI (#148388)

Unblock https://github.com/pytorch/pytorch/pull/148140

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148388
Approved by: https://github.com/malfet
This commit is contained in:
Justin Chu 2025-03-04 22:09:50 +00:00 committed by PyTorch MergeBot
parent c677f3251f
commit 70d0e1b96a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ pip_install coloredlogs packaging
pip_install onnxruntime==1.18.1
pip_install onnx==1.17.0
pip_install onnxscript==0.1.0 --no-deps
pip_install onnxscript==0.2.2 --no-deps
# required by onnxscript
pip_install ml_dtypes

View File

@ -339,7 +339,7 @@ onnx==1.17.0
#Pinned versions:
#test that import:
onnxscript==0.1.0
onnxscript==0.2.2
#Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
#Pinned versions:
#test that import: