We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4ddf43 + 9121ba4 commit f2900a4Copy full SHA for f2900a4
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
packages=find_packages(),
11
description='Read, write, and manipulate images that use the MarCCD format',
12
install_requires=[
13
- "numpy >= 1.6",
+ "numpy >= 1.6, < 2.0",
14
],
15
setup_requires=['pytest-runner'],
16
tests_require=['pytest', 'pytest-cov'],
0 commit comments