Skip to content

Commit

Permalink
Skip numpy>=2 pin in build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Sep 2, 2024
1 parent 8ad9732 commit 4b19712
Showing 1 changed file with 1 addition and 1 deletion.
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 = [
"pyarrow>=14,<18",
"pybind11",
"numpy>=2",
"numpy",
"meson>=1.0.0",
"meson-python>=0.14.0",
]
Expand Down

0 comments on commit 4b19712

Please sign in to comment.