Skip to content

Commit 5b09b48

Browse files
authored
Update requirements-ci.txt to use upstream's pin of onnx
1 parent 3082a53 commit 5b09b48

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)