forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.yml
42 lines (42 loc) · 820 Bytes
/
doc.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
name: xarray-docs
channels:
# Don't change to pkgs/main, as it causes random timeouts in readthedocs
- conda-forge
- nodefaults
dependencies:
- python=3.9
- bottleneck
- cartopy
- cfgrib>=0.9
- dask-core>=2.30
- h5netcdf>=0.7.4
- ipykernel
- ipython
- iris>=2.3
- jupyter_client
- matplotlib-base
- nbsphinx
- netcdf4>=1.5
- numba
- numpy>=1.17
- packaging>=20.0
- pandas>=1.0
- pooch
- pip
- pydata-sphinx-theme>=0.4.3
- pyproj
- rasterio>=1.1
- seaborn
- setuptools
- sparse
- sphinx-autosummary-accessors
- sphinx-book-theme >= 0.0.38
- sphinx-copybutton
- sphinx-design
- sphinx!=4.4.0
- zarr>=2.4
- pip:
- sphinxext-rediraffe
- sphinxext-opengraph
# relative to this file. Needs to be editable to be accepted.
- -e ../..