forked from simpeg/simpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
59 lines (53 loc) · 971 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: simpeg-dev
channels:
- conda-forge
dependencies:
# dependencies
- python=3.11
- numpy>=1.21
- scipy>=1.8
- pymatsolver-base>=0.2
- matplotlib-base
- discretize>=0.10
- geoana>=0.5.0
- empymod>=2.0.0
# solver
# uncomment the next line if you are on an intel platform
# - pydiso # if on intel pc
# optional dependencies
- dask
- zarr
- fsspec>=0.3.3
- choclo
- scooby
- plotly
- scikit-learn>=1.2
- pandas
# documentation building
- sphinx
- sphinx-gallery>=0.1.13
- sphinxcontrib-apidoc
- pydata-sphinx-theme
- nbsphinx
- numpydoc
- pillow
- sympy
- memory_profiler
- python-kaleido
- h5py
# testing
- pytest
- pytest-cov
# style checking
- pre-commit
- black==24.3.0
- flake8==7.0.0
- flake8-pyproject==1.2.3
- flake8-bugbear==23.12.2
- flake8-builtins==2.2.0
- flake8-mutable==1.2.0
- flake8-rst-docstrings==0.3.0
- flake8-docstrings==1.7.0
# recommended
- jupyter
- pyvista