Skip to content

Commit 4efeb07

Browse files
authored
Update setup.py: ort 1.24
Signed-off-by: Gwena Cunha <4861122+gcunhase@users.noreply.github.com>
1 parent a62f584 commit 4efeb07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"onnx-graphsurgeon",
4949
"onnx~=1.19.0",
5050
"onnxconverter-common~=1.16.0",
51-
"onnxruntime~=1.22.0 ; platform_machine == 'aarch64' or platform_system == 'Darwin'",
52-
"onnxruntime-gpu~=1.24.2 ; platform_machine != 'aarch64' and platform_system != 'Darwin' and platform_system != 'Windows'", # noqa: E501
51+
"onnxruntime~=1.24.2 ; platform_machine == 'aarch64' or platform_system == 'Darwin'",
52+
"onnxruntime-gpu~=1.24.2 ; platform_machine != 'aarch64' and platform_system != 'Darwin' and platform_system != 'Windows'", # noqa: E501
5353
"onnxruntime-gpu==1.22.0; platform_system == 'Windows'",
5454
"onnxscript", # For autocast opset conversion and test_onnx_dynamo_export unit test
5555
"onnxslim>=0.1.76",

0 commit comments

Comments
 (0)