Skip to content

Commit a237bb0

Browse files
committed
limit netCDF version due to loading bug
1 parent 556b57f commit a237bb0

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
@@ -30,7 +30,7 @@
3030
"h5py>=3.2.1",
3131
"pyqtgraph>=0.12.0,<0.13.0",
3232
"PyQt5==5.15",
33-
"netCDF4>=1.5.0,<2.0.0",
33+
"netCDF4>=1.5.0,<1.7.0",
3434
"colorcet",
3535
"pint",
3636
"pandas",

0 commit comments

Comments
 (0)