Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 18, 2024
1 parent dd3bf94 commit 4bfbcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires = [
"setuptools",
"cython>=0.25",
"numpy>=1.15.0; python_version < '3.9'",
"numpy>=1.25.0; python_version >= '3.9'",
"numpy>=2.0.0,<3.0.0"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 4bfbcc4

Please sign in to comment.