Skip to content

Commit

Permalink
Merge pull request scikit-image#7451 from jakirkham/use_np2_final
Browse files Browse the repository at this point in the history
Use NumPy 2.0 now that it is out
  • Loading branch information
stefanv authored Jul 11, 2024
2 parents 584d4cc + bc4868d commit bd880a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build = [
'ninja',
'Cython>=3.0.4',
'pythran',
'numpy>=2.0.0rc1',
'numpy>=2.0.0',
# Developer UI
'spin==0.8',
'build',
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ packaging>=21
ninja
Cython>=3.0.4
pythran
numpy>=2.0.0rc1
numpy>=2.0.0
spin==0.8
build

0 comments on commit bd880a3

Please sign in to comment.