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