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

Update environment.yml

parent 7572f3b9
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,17 @@ name: "base" ...@@ -2,17 +2,17 @@ name: "base"
channels: channels:
- defaults - defaults
dependencies: dependencies:
- xarray==0.17 - xarray
# ML # ML
- tensorflow - tensorflow
#- pytorch #- pytorch
# viz # viz
- matplotlib-base=3.3 - matplotlib-base
# - cartopy # - cartopy
# scoring # scoring
- xskillscore # includes sklearn - xskillscore # includes sklearn
# data access # data access
- intake==0.6.1 - intake
- fsspec - fsspec
- zarr - zarr
- s3fs - s3fs
...@@ -28,7 +28,7 @@ dependencies: ...@@ -28,7 +28,7 @@ dependencies:
- climetlab_s2s_ai_challenge - climetlab_s2s_ai_challenge
- configargparse # for weatherbench - configargparse # for weatherbench
- rechunker - rechunker
- git+https://github.com/xarray-contrib/xskillscore.git # - git+https://github.com/xarray-contrib/xskillscore.git
- git+https://github.com/phausamann/sklearn-xarray.git@develop - git+https://github.com/phausamann/sklearn-xarray.git@develop
#- dask-labextension #- dask-labextension
#- nb_black #- nb_black
......
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