Skip to content
Snippets Groups Projects
environment.yml 687 B
Newer Older
name: "base"
channels:
  - defaults
Aaron Spring's avatar
Aaron Spring committed
dependencies:
  - xarray
  - dask
  # ML
  - tensorflow
  - pytorch
Aaron Spring's avatar
Aaron Spring committed
  # - scikit-learn
Aaron Spring's avatar
Aaron Spring committed
  # 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"