Skip to content

Commit

Permalink
Merge pull request #917 from google/py-fix835
Browse files Browse the repository at this point in the history
python: relax constraint on onnxruntime
  • Loading branch information
reyammer authored Jan 23, 2025
2 parents 0c6e954 + 787301b commit 4552756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dynamic = ["version"]

dependencies = [
"click>=8.1.7",
"onnxruntime>=1.17.0,<1.20",
"onnxruntime>=1.17.0",
"numpy>=1.24; python_version < '3.12'",
"numpy>=1.26; python_version >= '3.12' and python_version < '3.13'",
"numpy>=2.1.0; python_version >= '3.13'",
Expand Down

0 comments on commit 4552756

Please sign in to comment.