Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <jakirkham@gmail.com>
  • Loading branch information
avalentino and jakirkham authored Aug 15, 2024
1 parent 2e8e2d9 commit 2f86a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ requires = [
"wheel",
# 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",
# If you change this to build with `numpy` 1, please update `numpy` in `dependencies` as well
# "numpy >= 1.20.0,<2",
"numpy >= 2",
"packaging",
"py-cpuinfo",
Expand Down

0 comments on commit 2f86a74

Please sign in to comment.