Skip to content

Commit

Permalink
Fix pyproject.toml, add missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer authored Nov 1, 2024
1 parent f55307d commit ebac72a
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 @@ -35,7 +35,7 @@ dynamic = ["version"]
dependencies = [
"click>=8.1.7",
"onnxruntime>=1.19.0",
"numpy>=1.24; python_version < '3.12",
"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 ebac72a

Please sign in to comment.