-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecipe.yaml
57 lines (49 loc) · 1.13 KB
/
recipe.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
schema_version: 1
context:
name: surface-apps
version: 0.2.0a1
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.0,<3.11
- poetry-core >=1.0.0
- setuptools
- pip
run:
- python >=3.10.0,<3.11
- numpy >=1.26.0,<1.27.0
- scipy >=1.14.0,<1.15.0
- pydantic >=2.5.2,<2.6.0
- geoh5py >=0.11.0a1.dev,<0.12.0a.dev
- geoapps-utils >=0.5.0a1.dev,<0.6.0a.dev
- pillow >=10.3.0,<10.4.0
- h5py >=3.2.1,<4.0.0
- scikit-image >=0.24.0,<0.25.0
- tqdm >=4.66.1,<4.67.0
tests:
- python:
imports:
- surface_apps
- requirements:
run:
- pip
script:
- pip check
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:
- SophieCurinier
- sebhmg