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 dc395f1
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 @@ -78,7 +78,7 @@ def get_wheel_data():
tests_require=['pytest', 'scipy', 'pillow', 'matplotlib'],
test_suite='pytest',
setup_requires=['pytest-runner'],
install_requires=['numpy', 'h5py', 'six', 'enum34;python_version<"3.4"'],
install_requires=['numpy<2.0', 'h5py', 'six', 'enum34;python_version<"3.4"'],
package_data={'nixio': [license_text, description_text]},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit dc395f1

Please sign in to comment.