Skip to content

Commit

Permalink
fix numpy incompatibility in tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostert committed Oct 3, 2024
1 parent bad77bc commit 11e1b19
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 170 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",
"numpy>=2.0",
"cython>=3.0a6",
]
build-backend = "setuptools.build_meta"
Expand Down
Loading

0 comments on commit 11e1b19

Please sign in to comment.