We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bec37f8 + b2411c6 commit f3297f6Copy full SHA for f3297f6
python/pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
37
"click>=8.1.7",
38
"onnxruntime>=1.17.0 ; python_version > '3.9'",
39
"onnxruntime>=1.17.0, <1.20.0 ; python_version <= '3.9'",
40
+ "onnxruntime<=1.20.1 ; sys_platform == 'win32'",
41
"numpy>=1.24; python_version < '3.12'",
42
"numpy>=1.26; python_version >= '3.12' and python_version < '3.13'",
43
"numpy>=2.1.0; python_version >= '3.13'",
0 commit comments