Skip to content
Snippets Groups Projects
Commit d2d393f5 authored by Aaron Spring's avatar Aaron Spring :baby_symbol:
Browse files

Update environment.yml

parent 81faf9e2
No related branches found
No related tags found
No related merge requests found
name: "base" name: "base"
channels: channels:
- defaults - defaults
# dependencies: dependencies:
# - add packages here - xarray
# - one per line - dask
prefix: "/opt/conda" # ML
\ No newline at end of file - 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment