From b90188ef1849b44a80cec3da534171ff6d73af57 Mon Sep 17 00:00:00 2001 From: Aaron Spring <aaron.spring@mpimet.mpg.de> Date: Tue, 11 May 2021 10:10:46 +0000 Subject: [PATCH] Update environment.yml --- environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 337d235..abe0382 100644 --- a/environment.yml +++ b/environment.yml @@ -18,10 +18,10 @@ dependencies: - s3fs #- intake-xarray - cfgrib - - pydap - - cftime + #- pydap + #- cftime - h5netcdf - - netcdf4==1.5.1 # see https://github.com/pydata/xarray/issues/4925 + - netcdf4#==1.5.1 # see https://github.com/pydata/xarray/issues/4925 - pip - pip: - climetlab -- GitLab