Skip to content

Commit

Permalink
Merge pull request #591 from hauntsaninja/patch-1
Browse files Browse the repository at this point in the history
Unpin numpy
  • Loading branch information
reyammer authored Nov 4, 2024
2 parents 348a34d + 8368a15 commit 317f3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dynamic = ["version"]
dependencies = [
"click>=8.1.7",
"onnxruntime>=1.19.0",
"numpy>=1.24; python_version >= '3.8' and python_version < '3.9'",
"numpy>=1.26; python_version >= '3.9' and python_version < '3.10'",
"numpy>=2.1.0; python_version >= '3.10'",
"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'",
"python-dotenv>=1.0.1",
]

Expand Down

0 comments on commit 317f3c1

Please sign in to comment.