From d2d393f58abf3719c6e5842369fe9b29f2cc71e1 Mon Sep 17 00:00:00 2001 From: Aaron Spring <aaron.spring@mpimet.mpg.de> Date: Wed, 28 Apr 2021 13:03:55 +0000 Subject: [PATCH] Update environment.yml --- environment.yml | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index a3ed1dd..329c768 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,37 @@ name: "base" channels: - defaults -# dependencies: -# - add packages here -# - one per line -prefix: "/opt/conda" \ No newline at end of file +dependencies: + - xarray + - dask + # ML + - tensorflow + - pytorch + - sklearn + # viz + - matplotlib + - cartopy + # scoring + - xskillscore + # data access + - intake + - fsspec + - zarr + - s3fs + - intake-xarray + - cfgrib + - pydap + - cftime + - h5netcdf + - netcdf4==1.5.1 # see https://github.com/pydata/xarray/issues/4925 + - pip + - pip: + - climetlab + - climetlab_s2s_ai_challenge + - configargparse # for weatherbench + - rechunker + - git+https://github.com/xarray-contrib/xskillscore.git + - git+https://github.com/phausamann/sklearn-xarray.git@develop + #- dask-labextension + #- nb_black +prefix: "/opt/conda" -- GitLab