-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathenvironment.yml
More file actions
52 lines (52 loc) · 843 Bytes
/
environment.yml
File metadata and controls
52 lines (52 loc) · 843 Bytes
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
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
- boule>=0.6
# 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
- bordado>=0.4.0
- ensaio>=0.5.0
- netcdf4
- pygmt
- gmt
- gdal
- trame # needed by pyvista
# Code style checks and autoformat
- ruff
- zizmor
- pip:
- burocrata==0.2.*