mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
c677f3251f
commit
70d0e1b96a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user