forked from simpeg/simpeg
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrecipe.yaml
More file actions
99 lines (90 loc) · 2.96 KB
/
recipe.yaml
File metadata and controls
99 lines (90 loc) · 2.96 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
schema_version: 1
context:
name: "mira-simpeg"
# Read version from _version.txt file generated by setuptools_scm
version: ${{ load_from_file("_version.txt") | default("0.0.0.dev0") }}
python_min: "3.12"
module_name: simpeg
package:
name: ${{ name|lower }}
version: ${{ version }}
source:
path: ../simpeg
build:
number: 0
noarch: python
script: ${{ PYTHON }} -m pip install .[dask] -vv --no-deps
requirements:
host:
- python ${{ python_min }}.*
- setuptools >=64
- setuptools_scm >=8
- pip
run:
- python >=${{ python_min }}
# Mira packages
- geoh5py >=0.13.0a2, 0.13.*
# direct dependencies
- dask-core *
- discretize >=0.11
- distributed *
- fsspec >=0.3.3
- geoana >=0.7.0
- libdlf *
- matplotlib-base
- numpy >=1.22
- pymatsolver >=0.3
- scipy >=1.8
- zarr *
run_constraints:
- choclo >=0.3.0
- scikit-learn >=1.2
tests:
- python:
imports:
- ${{ module_name }}
- ${{ module_name }}.electromagnetics
- ${{ module_name }}.electromagnetics.analytics
- ${{ module_name }}.electromagnetics.frequency_domain
- ${{ module_name }}.electromagnetics.natural_source
- ${{ module_name }}.electromagnetics.natural_source.utils
- ${{ module_name }}.electromagnetics.static
- ${{ module_name }}.electromagnetics.static.resistivity
- ${{ module_name }}.electromagnetics.static.induced_polarization
- ${{ module_name }}.electromagnetics.static.spectral_induced_polarization
- ${{ module_name }}.electromagnetics.static.utils
- ${{ module_name }}.electromagnetics.time_domain
- ${{ module_name }}.electromagnetics.utils
- ${{ module_name }}.electromagnetics.viscous_remanent_magnetization
- ${{ module_name }}.flow
- ${{ module_name }}.flow.richards
- ${{ module_name }}.potential_fields
- ${{ module_name }}.potential_fields.gravity
- ${{ module_name }}.potential_fields.magnetics
- ${{ module_name }}.seismic
- ${{ module_name }}.seismic.straight_ray_tomography
- ${{ module_name }}.utils
- ${{ module_name }}.utils.drivers
- ${{ module_name }}.regularization
- ${{ module_name }}.meta
- ${{ module_name }}.version
- package_contents:
files:
- site-packages/${{ module_name }}/version.py
about:
summary: "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics"
description: |
Simulation and Parameter Estimation in Geophysics - A python package for simulation and
gradient based parameter estimation in the context of geophysical applications.
Warning: This is a fork created by Mira Geoscience.
license: MIT
license_file:
- LICENSE
homepage: https://docs.simpeg.xyz/
repository: https://github.com/MiraGeoscience/simpeg
documentation: https://docs.simpeg.xyz/
extra:
recipe-maintainers:
- andrewg-mira
- domfournier
- sebhmg