Skip to content

Commit d58b673

Browse files
committed
try pin onnxruntime version for build step
1 parent 28e50e4 commit d58b673

File tree

2 files changed

+37
-32
lines changed

2 files changed

+37
-32
lines changed

poetry.lock

Lines changed: 35 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ lxml = [ { version = "^4.9.3", markers = "python_version < '3.13'"},
3333
{ version = ">4.9.4", markers = "python_version >= '3.13'"}]
3434

3535
# 1.16.0 problem: https://github.com/microsoft/onnxruntime/issues/17631
36-
onnxruntime = ">1.10.0,!=1.16.0"
36+
onnxruntime = [{version=">1.10.0,!=1.16.0", markers= "python_version >='3.10'"},
37+
{version="<=1.19.2", markers= "python_version <= '3.9'"}]
3738

3839
# Those are packages which were included in previous release so not optional
3940
de-autobahn = {version = "^1.0.4"}

0 commit comments

Comments
 (0)