-
Notifications
You must be signed in to change notification settings - Fork 73
/
environment.yml
56 lines (56 loc) · 1.04 KB
/
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
50
51
52
53
54
55
56
name: verde
channels:
- conda-forge
- defaults
dependencies:
- python==3.12
- pip
# Build
- twine
- python-build
# Run
- numpy
- scipy
- pandas
- xarray
- scikit-learn
- pooch
- dask>=2022.01.0
# Optional
- pykdtree
- numba
# Test
- matplotlib==3.8.*
- cartopy>=0.20
- pytest
- pytest-cov
- pytest-mpl
- coverage
# Documentation
- sphinx==7.2.*
- numpydoc==1.7.*
- sphinx-book-theme==1.1.*
- sphinx-gallery==0.15.*
- sphinx-copybutton==0.5.*
- sphinx-design==0.5.*
- jupyter-sphinx==0.5.*
- pyproj
- pygmt==0.11.*
- gmt==6.5.*
- ipython
- ensaio
# Style
- black==24.3.*
- pathspec
- isort==5.13.*
- flake8==7.0.*
- flake8-bugbear==24.2.*
- flake8-builtins==2.5.*
- flake8-functions==0.0.8
- flake8-mutable==1.2.*
- flake8-rst-docstrings==0.3.*
- flake8-simplify==0.21.*
- flake8-unused-arguments==0.0.13
- pep8-naming==0.13.*
- pip:
- burocrata