-
Notifications
You must be signed in to change notification settings - Fork 70
/
environment.yml
59 lines (59 loc) · 1.05 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
57
58
59
name: harmonica
channels:
- conda-forge
dependencies:
- python==3.12.*
- pip
# Build
- python-build
- twine
# Run-time
- numpy
- pandas
- numba
- scipy
- scikit-learn
- verde>=1.8.1
- xarray
- xrft>=1.0
- choclo>=0.1
# Optional requirements
- pyvista
- vtk
- numba-progress
# Testing requirements
- pytest
- pytest-cov
- coverage
- boule
# Documentation requirements
- sphinx==7.2.*
- numpydoc==1.7.*
- sphinx-book-theme==1.1.*
- sphinx-gallery==0.15.*
- sphinx-design==0.5.*
- sphinx-copybutton==0.5.*
- jupyter-sphinx==0.5.*
- ipykernel
- pyproj
- matplotlib
- ensaio>=0.5.0
- netcdf4
- pygmt
- gmt
- gdal
- trame # needed by pyvista
# Code style checks and autoformat
- black==24.4.*
- isort==5.13.*
- flake8==7.0.*
- flake8-bugbear==24.4.*
- 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.14.*
- pip:
- burocrata==0.2.*