forked from simpeg/simpeg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment_test.yml
More file actions
49 lines (49 loc) · 815 Bytes
/
environment_test.yml
File metadata and controls
49 lines (49 loc) · 815 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
name: simpeg-test
channels:
- conda-forge
dependencies:
- numpy>=1.20
- scipy>=1.8
- scikit-learn>=1.2
- pymatsolver>=0.2
- matplotlib
- discretize>=0.10
- geoana>=0.5.0
- empymod>=2.0.0
- setuptools_scm
- pandas
- dask
- zarr
- fsspec
- jupyter
- h5py
- sphinx
- sphinx-gallery>=0.1.13
- sphinxcontrib-apidoc
- pydata-sphinx-theme
- nbsphinx
- numpydoc
- pillow
- pylint
- sympy
- wheel
- pytest
- pytest-cov
- toolz
- twine
- memory_profiler
- plotly
- pyvista
- pip
- python-kaleido
# Optional dependencies
- choclo
# Linters and code style
- pre-commit
- black==23.12.1
- flake8==7.0.0
- 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