Skip to content

Commit

Permalink
Build wheel against numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Apr 14, 2024
1 parent bdf874f commit 9b31e8f
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 @@ -5,7 +5,8 @@ requires = [
"packaging",
# same as scikit-learn
"Cython>=3.0.8",
"numpy>=1.25",
# building against numpy 2.x is compatible with numpy 1.x
"numpy>=2.0.0rc1",

# scikit-learn requirements
"scikit-learn~=1.4.0; python_version<='3.12'",
Expand Down

0 comments on commit 9b31e8f

Please sign in to comment.