-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yaml
75 lines (68 loc) · 1.83 KB
/
meta.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{% set version = "0.23.0" %}
package:
name: simpeg
version: {{ version }}
source:
url: https://pypi.org/packages/source/S/SimPEG/simpeg-{{ version }}.tar.gz
sha256: cad79bd3c2ee75c9491158b18004f436b6fc0dc29aa33df81f060cd2e367b466
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python >=3.10
- pip
- setuptools >=64
- setuptools_scm >=8
run:
- python >=3.10
- numpy >=1.22
- scipy >=1.8
- pymatsolver >=0.3
- matplotlib-base
- discretize >=0.11
- geoana >=0.7.0
- libdlf
run_constrained:
- choclo >=0.3.0
- fsspec >=0.3.3
- scikit-learn >=1.2
test:
imports:
- simpeg
- simpeg.electromagnetics
- simpeg.electromagnetics.analytics
- simpeg.electromagnetics.frequency_domain
- simpeg.electromagnetics.natural_source
- simpeg.electromagnetics.natural_source.utils
- simpeg.electromagnetics.static
- simpeg.electromagnetics.static.resistivity
- simpeg.electromagnetics.static.induced_polarization
- simpeg.electromagnetics.static.spectral_induced_polarization
- simpeg.electromagnetics.static.utils
- simpeg.electromagnetics.time_domain
- simpeg.electromagnetics.utils
- simpeg.electromagnetics.viscous_remanent_magnetization
- simpeg.flow
- simpeg.flow.richards
- simpeg.potential_fields
- simpeg.potential_fields.gravity
- simpeg.potential_fields.magnetics
- simpeg.seismic
- simpeg.seismic.straight_ray_tomography
- simpeg.utils
- simpeg.utils.drivers
- simpeg.regularization
- simpeg.meta
about:
home: http://simpeg.xyz/
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'SimPEG: Simulation and Parameter Estimation in Geophysics'
extra:
recipe-maintainers:
- lheagy
- jcapriot
- santisoler