This repository was archived by the owner on Aug 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecipe.yaml
More file actions
75 lines (66 loc) · 1.83 KB
/
recipe.yaml
File metadata and controls
75 lines (66 loc) · 1.83 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
schema_version: 1
context:
name: "plate-simulation"
version: "0.3.0a1"
python_min: "3.10"
package:
name: ${{ name|lower }}
version: ${{ version }}
source:
path: ../${{ name }}
build:
number: 0
noarch: python
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
requirements:
host:
- python 3.10.*
- poetry-core >=1.0.0
- setuptools
- pip
run:
- python >=${{ python_min }}
# Mira packages
- geoapps-utils >=0.6.0, <0.7.dev
- geoh5py >=0.12.0a, <0.13.dev
- octree-creation-app >=0.4.0a, <0.5.dev
- param-sweeps >=0.3.0a, <0.4.dev
- simpeg-drivers >=0.4.0a, <0.5.dev
# other direct dependencies
- numpy >=1.26.0, <1.27.dev
- pydantic >=2.5.2, <3.0.dev
- rtree >=1.2.0, <1.3.dev
- scipy >=1.14.0, <1.15.dev
- threadpoolctl >=3.3.0, <3.4.dev
- trimesh >=4.1.3, <4.2.dev
tests:
- python:
imports:
- plate_simulation
- simpeg_drivers
# `pip check` fails on missing dask-core from simpeg-drivers,
# because it is only a meta-package and pip can only see 'dask'.
# See note in the recipe for simpeg-drivers
pip_check: false
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
files:
source:
- tests/
about:
summary: |
Specialized mesh, model and simulation for a parameterization of
the halfspace + overburden and plate geological setting
license: MIT
license_file: LICENSE
homepage: https://www.mirageoscience.com/mining-industry-software/geoscience-analyst/python-integration/
repository: https://github.com/MiraGeoscience/plate-simulation
documentation: https://mirageoscience-plate-simulation.readthedocs-hosted.com/en/release-0.1.0/
extra:
recipe-maintainers:
- andrewg-mira
- domfournier
- sebhmg