Skip to content

Commit af9963e

Browse files
authored
Update setup.py
Fix netcdf at lower version
1 parent 22fe504 commit af9963e

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
@@ -25,7 +25,7 @@ def read(filename):
2525
description="Measurement data handling in Python",
2626
long_description=read("README.md"),
2727
packages=find_packages(exclude=("tests",)),
28-
install_requires=["numpy", "xarray", "comet_maths"],
28+
install_requires=["numpy==1.6.5", "xarray", "comet_maths"],
2929
extras_require={
3030
"dev": [
3131
"pre-commit",

0 commit comments

Comments
 (0)