We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62f584 commit 4efeb07Copy full SHA for 4efeb07
1 file changed
setup.py
@@ -48,8 +48,8 @@
48
"onnx-graphsurgeon",
49
"onnx~=1.19.0",
50
"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
+ "onnxruntime~=1.24.2 ; platform_machine == 'aarch64' or platform_system == 'Darwin'",
+ "onnxruntime-gpu~=1.24.2 ; platform_machine != 'aarch64' and platform_system != 'Darwin' and platform_system != 'Windows'", # noqa: E501
53
"onnxruntime-gpu==1.22.0; platform_system == 'Windows'",
54
"onnxscript", # For autocast opset conversion and test_onnx_dynamo_export unit test
55
"onnxslim>=0.1.76",
0 commit comments