environment: Update environment.yaml to blacklist netcdf4 version with regression
This commit is contained in:
parent
77ba8a76f0
commit
ef867ebfc0
@ -21,7 +21,7 @@ dependencies:
|
|||||||
|
|
||||||
# Second order dependencies which should really be deps of atlite
|
# Second order dependencies which should really be deps of atlite
|
||||||
- xarray
|
- xarray
|
||||||
- netcdf4
|
- netcdf4!=1.4.2 # Don't use 1.4.2 https://github.com/Unidata/netcdf4-python/issues/870
|
||||||
- bottleneck
|
- bottleneck
|
||||||
- cyordereddict
|
- cyordereddict
|
||||||
- toolz
|
- toolz
|
||||||
|
Loading…
Reference in New Issue
Block a user