Skip to content

Commit

Permalink
Enforce the use of numpy 2 at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Aug 14, 2024
1 parent 85bfe57 commit 2e8e2d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
requires = [
"setuptools >= 61.0.0",
"wheel",
"numpy >= 1.20.0",
# NOTE: it is still possible to build PyTables with numpy 1.x
# Please refer to https://github.com/PyTables/PyTables/issues/1200
# "numpy >= 1.20.0",
"numpy >= 2",
"packaging",
"py-cpuinfo",
"Cython >=0.29.32",
Expand Down

0 comments on commit 2e8e2d9

Please sign in to comment.