forked from Ouranosinc/PAVICS-e2e-workflow-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
47 lines (47 loc) · 895 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# conda env create -f environment.yml
name: birdy
channels:
- conda-forge
- cdat
- defaults
dependencies:
- matplotlib
- xarray
- numpy
- birdy
- netcdf4
- pydap
- cartopy
- descartes
- rasterio
- gdal # for osgeo
# can re-enable xclim from conda once we have write access to
# https://github.com/conda-forge/xclim-feedstock
# - xclim
# for esgf notebooks
- esgf-compute-api
- cdms2
- vcs
- mesalib
# tests
- pytest
- nbval
# to edit .ipynb
- jupyter
# to be launched by image jupyterhub/jupyterhub
- notebook
- jupyterlab
- jupyterhub
# to diff .ipynb files
- nbdime
# Voila turns Jupyter notebooks into standalone web applications
- voila
# utilities
- curl
- wget
# for pip packages
- pip
- pip:
- xclim
# visual debugger for Jupyter Notebook, not working with JupyterLab at this moment
- pixiedust