Skip to content

Commit f2900a4

Browse files
authored
Merge pull request #6 from LuisA92/patch-1
Update setup.py
2 parents f4ddf43 + 9121ba4 commit f2900a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
packages=find_packages(),
1111
description='Read, write, and manipulate images that use the MarCCD format',
1212
install_requires=[
13-
"numpy >= 1.6",
13+
"numpy >= 1.6, < 2.0",
1414
],
1515
setup_requires=['pytest-runner'],
1616
tests_require=['pytest', 'pytest-cov'],

0 commit comments

Comments
 (0)