From dedd55919944fee42cfbaf41a7a233cba018bacf Mon Sep 17 00:00:00 2001 From: Chris Battisto <34325676+battistowx@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:17:07 -0600 Subject: [PATCH] Change netcdf4 install step to pip install --- ci/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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