Skip to content

Commit

Permalink
cap numpy to less than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jun 17, 2024
1 parent ad27957 commit f6b056c
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"],)
install_requires += (["numpy<2"],)
install_requires += (["dask"],)
install_requires += (["distributed"],)
install_requires += (["zarr>=2.8.1"],)
Expand Down

0 comments on commit f6b056c

Please sign in to comment.