From 8f65ac6c31272b493e76f6f70185258e78e9cd14 Mon Sep 17 00:00:00 2001 From: Aaron Spring <aaron.spring@mpimet.mpg.de> Date: Wed, 19 May 2021 14:06:25 +0000 Subject: [PATCH] Update environment.yml --- environment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index abe0382..37d3a67 100644 --- a/environment.yml +++ b/environment.yml @@ -16,18 +16,18 @@ dependencies: - fsspec - zarr - s3fs - #- intake-xarray + - intake-xarray - cfgrib - #- pydap - #- cftime + - pydap - 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 - climetlab_s2s_ai_challenge - configargparse # for weatherbench - rechunker + - netcdf4==1.5.1 # see https://github.com/pydata/xarray/issues/4925 # - git+https://github.com/xarray-contrib/xskillscore.git - git+https://github.com/phausamann/sklearn-xarray.git@develop #- dask-labextension -- GitLab