Skip to content

Commit

Permalink
[setup] limit numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe committed Jul 8, 2024
1 parent 20d4177 commit 75cb494
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 @@ -75,7 +75,7 @@ def get_wheel_data():
packages=packages,
scripts=[],
python_requires=">=3.6",
tests_require=['pytest', 'scipy', 'pillow', 'matplotlib'],
tests_require=['pytest', 'scipy < 2.0', 'pillow', 'matplotlib'],
test_suite='pytest',
setup_requires=['pytest-runner'],
install_requires=['numpy', 'h5py', 'six', 'enum34;python_version<"3.4"'],
Expand Down

0 comments on commit 75cb494

Please sign in to comment.