You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently pin netCDF4 to version 1.5. However, I think netCDF4 does not really follow semantic versioning, e.g. python 2 support was dropped in version 1.5.6. So they may actually be doing something like 1.major.minor[.patch] - I asked about their versioning scheme in Unidata/netcdf4-python#1090.
So I wonder if we would need to pin netCDF to version to version 1.5.4.
The text was updated successfully, but these errors were encountered:
Currently netcdf4=1.5 is required which would imply version 1.5.6. However, due to deprecate pynio backend #4491 version 1.5.3 is currently tested in ubuntu-latest py37-min-all-deps.
ci/min_deps_check.py is written for the format major.minor.patch so this is currently not written for this scenario
We currently pin netCDF4 to version 1.5. However, I think netCDF4 does not really follow semantic versioning, e.g. python 2 support was dropped in version 1.5.6. So they may actually be doing something like
1.major.minor[.patch]
- I asked about their versioning scheme in Unidata/netcdf4-python#1090.So I wonder if we would need to pin netCDF to version to version 1.5.4.
The text was updated successfully, but these errors were encountered: