-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.yaml
More file actions
63 lines (55 loc) · 1.36 KB
/
recipe.yaml
File metadata and controls
63 lines (55 loc) · 1.36 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
schema_version: 1
context:
name: "surface-apps"
version: "0.0.0.dev0" # This will be replaced by the actual version in the build process
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.8.0
- poetry-dynamic-versioning >=1.9, <2.0.dev
- setuptools
- pip
run:
- python >=${{ python_min }}
# Mira packages
- geoapps-utils >=0.6.0a, <0.7.dev
- geoh5py >=0.12.0a, <0.13.dev
# other direct dependencies
- numpy >=1.26.0, <1.27.dev
- pydantic >=2.5.2, <3.0.dev
- scikit-image >=0.25.2, <0.26.dev
- scipy >=1.14.0, <1.15.dev
- tqdm >=4.66.1, <5.0.dev
tests:
- python:
imports:
- surface_apps
- surface_apps._version
- script:
- pytest --ignore=tests/version_test.py
requirements:
run:
- pytest
files:
source:
- tests/
about:
summary: Surface detection within geoscientific data.
license: MIT
license_file: LICENSE
homepage: https://www.mirageoscience.com/mining-industry-software/python-integration/
repository: https://github.com/MiraGeoscience/surface-apps
extra:
recipe-maintainers:
- andrewg-mira
- sebhmg