Skip to content

Commit f3297f6

Browse files
authored
Merge pull request #1099 from t-kalinowski/fix/pin-onnxruntime-windows
Pin onnxruntime on Windows due to breaking new requirement
2 parents bec37f8 + b2411c6 commit f3297f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"click>=8.1.7",
3838
"onnxruntime>=1.17.0 ; python_version > '3.9'",
3939
"onnxruntime>=1.17.0, <1.20.0 ; python_version <= '3.9'",
40+
"onnxruntime<=1.20.1 ; sys_platform == 'win32'",
4041
"numpy>=1.24; python_version < '3.12'",
4142
"numpy>=1.26; python_version >= '3.12' and python_version < '3.13'",
4243
"numpy>=2.1.0; python_version >= '3.13'",

0 commit comments

Comments
 (0)