generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
environment.yml
43 lines (43 loc) · 946 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
name: esgf-cookbook-dev
channels:
- conda-forge
- pyviz
dependencies:
- python<3.12
- jupyter-book
- jupyterlab
- jupyter_server
- hvplot
- holoviews
- numpy
- cartopy
- matplotlib
- globus-compute-sdk
- globus-compute-endpoint
- netCDF4
- xarray
- xeofs<3
- cf_xarray
- clisops
- rooki
- geoviews
- xesmf==0.8.2
- dask
- pip
- intake
- intake-esm
- gcsfs
- nc-time-axis
- pip:
- sphinx-pythia-theme
# The balance of this environment file pins several libraries in order for
# to satisfy dependencies for the sphinx-pythia-theme 2022.3.22 package.
- sphinx==4.5.0
- sphinxcontrib-applehelp<1.0.7
- sphinxcontrib-devhelp<1.0.5
- sphinxcontrib-htmlhelp<2.0.4
- sphinxcontrib-qthelp<1.0.6
- sphinxcontrib-serializinghtml<1.1.9
- pydata-sphinx-theme<=0.8
- docutils==0.16
- git+https://github.com/esgf2-us/intake-esgf