Skip to content

Commit

Permalink
added xclim to pangeo environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Fouilloux committed Feb 21, 2021
1 parent 96bc34c commit 8b895dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ RUN conda config --set channel_priority strict && \
ADD pangeo_environment.yml pangeo_environment.yml
RUN conda update -n base conda && conda env update --file pangeo_environment.yml && \
jupyter labextension install @pyviz/jupyterlab_pyviz \
jupyter-leaflet
jupyter-leaflet \
jupyter-matplotlib

# Install requirements for eclimate
ADD esmvaltool_environment.yml esmvaltool_environment.yml
Expand Down
1 change: 1 addition & 0 deletions pangeo_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencies:
- python-wget
- prefect
- pyaerocom
- xclim
- pip:
- intake_geopandas
- git+https://github.com/NCAR/intake-esm.git@main
Expand Down

0 comments on commit 8b895dc

Please sign in to comment.