Skip to content

Commit 4ab9f81

Browse files
author
Changming Sun
committed
update
1 parent 82f6e38 commit 4ab9f81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/ci_build/github/linux/docker/inference/aarch64/python/cpu/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mypy
44
pytest
55
setuptools>=68.2.2
66
wheel
7-
onnx==1.17.0
7+
onnx==1.17.0 ; python_version < '3.13'
88
protobuf==4.21.12
99
sympy==1.12
1010
flatbuffers

tools/ci_build/github/linux/docker/scripts/lort/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ beartype==0.15.0
33
flatbuffers
44
cerberus
55
h5py
6-
onnx==1.17.0
6+
onnx==1.17.0 ; python_version < '3.13'
77
# Python dependencies required for pytorch development
88
astunparse
99
expecttest!=0.2.0

tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mypy
44
pytest
55
setuptools>=68.2.2
66
wheel
7-
onnx==1.17.0
7+
onnx==1.17.0 ; python_version < '3.13'
88
protobuf==4.21.12
99
sympy==1.12 ; python_version < '3.9'
1010
sympy==1.13 ; python_version >= '3.9'

tools/ci_build/github/linux/docker/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mypy
55
pytest
66
setuptools==69.0.3
77
wheel==0.42.0
8-
onnx==1.17.0
8+
onnx==1.17.0 ; python_version < '3.13'
99
argparse
1010
sympy==1.12
1111
flatbuffers

0 commit comments

Comments
 (0)