Skip to content

Commit

Permalink
Merge pull request #391 from psobolewskiPhD/enable_numpy2
Browse files Browse the repository at this point in the history
Enable numpy 2 (lift pin in setup.py)
  • Loading branch information
joshmoore authored Jul 16, 2024
2 parents 610c396 + 00eb7fe commit 7f288a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(fname):
install_requires: List[List[str]] = []
install_requires += (["dataclasses;python_version<'3.7'"],)
install_requires += (["tifffile<2020.09.22;python_version<'3.7'"],)
install_requires += (["numpy<2"],)
install_requires += (["numpy"],)
install_requires += (["dask"],)
install_requires += (["distributed"],)
install_requires += (["zarr>=2.8.1"],)
Expand Down

0 comments on commit 7f288a7

Please sign in to comment.