Skip to content

Commit

Permalink
numpy 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed May 7, 2024
1 parent 01dc1b6 commit cb4b477
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
"wheel",
"oldest-supported-numpy",
"Cython>=0.28.3"
"numpy>=2.0.0rc1",
"Cython"
]
build-backend = "setuptools.build_meta"

0 comments on commit cb4b477

Please sign in to comment.