Skip to content

Commit 7905c51

Browse files
authored
pin netCDF4=1.5.3 in min-all-deps (#4982)
1 parent 54d5817 commit 7905c51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/requirements/py37-min-all-deps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ dependencies:
2525
- lxml=4.5 # Optional dep of pydap
2626
- matplotlib-base=3.1
2727
- nc-time-axis=1.2
28-
- netcdf4=1.5
28+
# netcdf follows a 1.major.minor[.patch] convention (see https://github.com/Unidata/netcdf4-python/issues/1090)
29+
# bumping the netCDF4 version is currently blocked by #4491
30+
- netcdf4=1.5.3
2931
- numba=0.48
3032
- numpy=1.17
3133
- pandas=1.0

0 commit comments

Comments
 (0)