-
Notifications
You must be signed in to change notification settings - Fork 224
/
Copy pathenvironment.yml
49 lines (49 loc) · 996 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
44
45
46
47
48
49
name: pygmt
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.11
# Required dependencies
- gmt=6.5.0
- ghostscript=10.04.0
- numpy>=1.25
- pandas>=2.0
- xarray>=2023.04
- netCDF4
- packaging
# Optional dependencies
- contextily
- geopandas
- ipython
- pyarrow-core
- rioxarray
# Development dependencies (general)
- dvc
- jupyter
- make
- pip
- python-build
# Dev dependencies (style checks)
- codespell
- pre-commit
- ruff>=0.9.0
# Dev dependencies (unit testing)
- matplotlib-base
- pytest>=6.0
- pytest-cov
- pytest-doctestplus
- pytest-mpl
# Dev dependencies (building documentation)
- geodatasets
- myst-nb
- panel
- sphinx>=6.2
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
- sphinx-gallery>=0.17.0
- sphinx_rtd_theme<3.0
# Dev dependencies (type hints)
- mypy
- pandas-stubs