Skip to content

Commit

Permalink
Pinned numpy to < 2.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov authored Aug 7, 2024
1 parent 9bbff0b commit 1755ec5
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 @@ -23,7 +23,7 @@ dependencies = [
"brainglobe-napari-io >=0.3.0",
"brainglobe-utils >=0.5.0",
"napari >=0.4.5",
"numpy",
"numpy < 2.0",
"pandas[hdf5]",
"qtpy",
"scikit-image",
Expand Down

0 comments on commit 1755ec5

Please sign in to comment.