diff --git a/ci/environment.yml b/ci/environment.yml index 2309e1a..69cda9f 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -10,7 +10,6 @@ dependencies: - rioxarray - xarray>=2022.12 - h5netcdf - - netcdf4>=1.6.4 - h5py - gdal~=3.8 - geoviews @@ -80,6 +79,7 @@ dependencies: # https://github.com/jupyterlab/jupyter-collaboration/issues/202 # - jupyter-collaboration - code-server >=3.2 - - pip + - pip: + - netcdf4==1.6.5 platforms: - linux-64