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