File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -333,13 +333,14 @@ sympy==1.13.3
333333#Pinned versions:
334334#test that import:
335335
336- onnx==1.16.1 ; python_version <= "3.12"
337- onnx==1.18.0 ; python_version == "3.13"
338- #Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
336+ onnx==1.19.1 ; python_version < "3.14"
337+ # Unpin once Python 3.14 is supported. See onnxruntime issue 26309.
338+ onnx==1.18.0 ; python_version == "3.14"
339+ #Description: Required by onnx tests, and mypy and test_public_bindings.py when checking torch.onnx._internal
339340#Pinned versions:
340341#test that import:
341342
342- onnxscript==0.4.0
343+ onnxscript==0.5.4
343344#Description: Required by mypy and test_public_bindings.py when checking torch.onnx._internal
344345#Pinned versions:
345346#test that import:
You can’t perform that action at this time.
0 commit comments