-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathdoc.yml
45 lines (45 loc) · 896 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
43
44
45
name: xarray-docs
channels:
# Don't change to pkgs/main, as it causes random timeouts in readthedocs
- conda-forge
- nodefaults
dependencies:
- python=3.10
- bottleneck
- cartopy
- cfgrib
- dask-core>=2022.1
- hypothesis>=6.75.8
- h5netcdf>=0.13
- ipykernel
- ipywidgets # silence nbsphinx warning
- ipython
- iris>=2.3
- jupyter_client
- matplotlib-base
- nbsphinx
- netcdf4>=1.5
- numba
- numpy>=1.21
- packaging>=21.3
- pandas>=1.4,!=2.1.0
- pooch
- pip
- pre-commit
- pyproj
- scipy!=1.10.0
- seaborn
- setuptools
- sparse
- sphinx-autosummary-accessors
- sphinx-book-theme >= 0.3.0
- sphinx-copybutton
- sphinx-design
- sphinx-inline-tabs
- sphinx>=5.0
- zarr>=2.10
- pip:
- sphinxext-rediraffe
- sphinxext-opengraph
# relative to this file. Needs to be editable to be accepted.
- -e ../..