-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
58 lines (58 loc) · 1.02 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
name: geomag
channels:
- conda-forge
dependencies:
- python==3.10.*
- pip
# Build
- build
- twine
# Run-time
- numpy
- pandas
- numba
- scipy
- scikit-learn
- verde>=1.7.0
- 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.*
- 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==22.10.*
- isort==5.10.*
- flake8==6.0.*
- flake8-bugbear==22.10.*
- flake8-builtins==2.0.*
- flake8-functions==0.0.7
- flake8-mutable==1.2.*
- flake8-rst-docstrings==0.3.*
- flake8-simplify==0.19.*
- flake8-unused-arguments==0.0.12
- pep8-naming==0.13.*
- pip:
- burocrata==0.2.*