From 00969ebb48a2d16beb6c20b26f7516c6285d8795 Mon Sep 17 00:00:00 2001 From: Aaron Spring <aaron.spring@mpimet.mpg.de> Date: Wed, 19 May 2021 14:07:12 +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 37d3a67..0eb4878 100644 --- a/environment.yml +++ b/environment.yml @@ -16,9 +16,9 @@ dependencies: - fsspec - zarr - s3fs - - intake-xarray + #- intake-xarray - cfgrib - - pydap + #- pydap - h5netcdf # - netcdf4#==1.5.1 # see https://github.com/pydata/xarray/issues/4925 - pip @@ -27,7 +27,7 @@ dependencies: - climetlab_s2s_ai_challenge - configargparse # for weatherbench - rechunker - - netcdf4==1.5.1 # see https://github.com/pydata/xarray/issues/4925 + - 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