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
66 lines (58 loc) · 1.51 KB
/
Copy pathrecipe.yaml
File metadata and controls
66 lines (58 loc) · 1.51 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
schema_version: 1
context:
name: "octree-creation-app"
version: "0.4.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 ==${{ python_min }}
- poetry-core >=1.0.0
- setuptools
- pip
run:
- python >=${{ python_min }}
# Mira packages
- geoh5py >=0.12.0a, <0.13.dev
- geoapps-utils >=0.6.0a, <0.7.dev
# direct dependencies
- discretize >=0.11.0, <0.12.dev
- numpy >=1.26.0, <1.27.dev
- pydantic >=2.5.2, <3.0.dev
- scipy >=1.14.0, <1.15.dev
tests:
- python:
imports:
- octree_creation_app
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
files:
source:
- tests/
about:
summary: Octree creation app.
description: |
The octree-creation-app package lets users create Octree mesh objects with local
refinements using the SimPEG.discretize package. The refinements can be performed
on any number of Objects stored in a geoh5 file.
license: MIT
license_file:
- LICENSE
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/octree-creation-app
documentation: https://mirageoscience-octree-creation-app.readthedocs-hosted.com/
extra:
recipe-maintainers:
- andrewg-mira
- sebhmg