Skip to content

Commit

Permalink
Merge pull request #810 from google/py-onnxruntime-dep
Browse files Browse the repository at this point in the history
python: relax version constraint for onnxruntime
  • Loading branch information
reyammer authored Nov 21, 2024
2 parents c0bb243 + 0e720f8 commit 07481c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19.0,<1.20",
"onnxruntime>=1.17.0,<1.20",
"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
2 changes: 1 addition & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07481c5

Please sign in to comment.