We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e866d commit 9a0d61fCopy full SHA for 9a0d61f
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
install_deps = [
5
- 'numpy>=1.20.0',
+ 'numpy>=1.20.0,<2.0.0',
6
'scipy',
7
'natsort',
8
'tifffile',
0 commit comments