Skip to content

Commit

Permalink
do not require numpy2.0 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostert committed Oct 3, 2024
1 parent 11e1b19 commit 1dd0e39
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 158 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=42",
"wheel",
"numpy>=2.0",
"numpy",
"cython>=3.0a6",
]
build-backend = "setuptools.build_meta"
Expand Down
Loading

0 comments on commit 1dd0e39

Please sign in to comment.