Skip to content

Commit dc395f1

Browse files
committed
[setup] limit numpy
1 parent 20d4177 commit dc395f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_wheel_data():
7878
tests_require=['pytest', 'scipy', 'pillow', 'matplotlib'],
7979
test_suite='pytest',
8080
setup_requires=['pytest-runner'],
81-
install_requires=['numpy', 'h5py', 'six', 'enum34;python_version<"3.4"'],
81+
install_requires=['numpy<2.0', 'h5py', 'six', 'enum34;python_version<"3.4"'],
8282
package_data={'nixio': [license_text, description_text]},
8383
include_package_data=True,
8484
zip_safe=False,

0 commit comments

Comments
 (0)