-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathenvironment.yml
More file actions
53 lines (53 loc) · 1.1 KB
/
environment.yml
File metadata and controls
53 lines (53 loc) · 1.1 KB
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
48
49
50
51
52
53
name: pygmt
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.11
# Required dependencies
- gmt=6.6.0
- ghostscript=10.06.0
- numpy>=1.26
- pandas>=2.2
- xarray>=2023.10
- packaging>=24.2
# Optional dependencies
- contextily>=1.5
- geopandas>=1.0
- ipython
- pyarrow-core>=16
- rioxarray
# Development dependencies (general)
- dvc
- jupyter
- make
- pip
- python-build
# Dev dependencies (style checks)
- codespell
- prek
- ruff>=0.12.0
# Dev dependencies (unit testing)
- matplotlib-base
- pytest>=6.0
- pytest-cov
- pytest-doctestplus
- pytest-mpl
- netCDF4
# Dev dependencies (building documentation)
- geodatasets
- myst-nb
- panel
- sphinx>=6.2
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
- sphinx-gallery>=0.19.0
- sphinx_rtd_theme
# Dev dependencies (building PDF documentation)
- cairosvg
- sphinxcontrib-svg2pdfconverter
- tectonic
# Dev dependencies (type hints)
- mypy
- pandas-stubs