Skip to content

Commit 9a0d61f

Browse files
forcing numpy<2
1 parent 14e866d commit 9a0d61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
install_deps = [
5-
'numpy>=1.20.0',
5+
'numpy>=1.20.0,<2.0.0',
66
'scipy',
77
'natsort',
88
'tifffile',

0 commit comments

Comments
 (0)