-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathdocs.yml
More file actions
36 lines (36 loc) · 807 Bytes
/
docs.yml
File metadata and controls
36 lines (36 loc) · 807 Bytes
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
name: pygmt
channels:
- conda-forge
- nodefaults
dependencies:
# Required dependencies
- python=3.13
- gmt=6.6.0
- ghostscript=10.06.0
- numpy
- pandas
- xarray
- packaging
# Optional dependencies
- contextily
- geopandas
- ipython
- pyarrow-core
- rioxarray
# Development dependencies (general)
- make
- pip
- python-build
# Dev dependencies (building documentation)
- geodatasets
- myst-nb
- panel
- sphinx>=6.2
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
- sphinx-gallery
- sphinx_rtd_theme
# Dev dependencies (building PDF documentation)
# 'sphinxcontrib-svg2pdfconverter' is required since it's added to `extensions`.
- sphinxcontrib-svg2pdfconverter