Skip to content

Commit

Permalink
forcing numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Jun 18, 2024
1 parent 14e866d commit 9a0d61f
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 @@ -2,7 +2,7 @@
from setuptools import setup

install_deps = [
'numpy>=1.20.0',
'numpy>=1.20.0,<2.0.0',
'scipy',
'natsort',
'tifffile',
Expand Down

0 comments on commit 9a0d61f

Please sign in to comment.