Skip to content

Commit

Permalink
Raise numpy version to 2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jun 2, 2024
1 parent b8599b4 commit 05cc8dd
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 @@ -6,7 +6,7 @@ requires = [
# same as scikit-learn
"Cython>=3.0.8",
# building against numpy 2.x is compatible with numpy 1.x
"numpy>=2.0.0rc1",
"numpy>=2.0.0rc2",

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

0 comments on commit 05cc8dd

Please sign in to comment.