forked from MiraGeoscience/omf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
39 lines (33 loc) · 669 Bytes
/
meta.yaml
File metadata and controls
39 lines (33 loc) · 669 Bytes
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
{% set name = "mira-omf" %}
{% set version = "3.4.0a1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../omf
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python >=3.10.0,<4.0.0
- poetry-core >=1.0.0
- setuptools
- pip
run:
- python >=3.9.0,<3.11
- numpy >=1.26.0,<1.27.0
- properties >=0.6
- pypng 0.20220715.*
- six >=1.16.0
- vectormath >=0.2.0
- geoh5py >=0.10.0b1,<0.11.0a.dev
about:
license: MIT
license_file:
- LICENSE
extra:
recipe-maintainers:
- SophieCurinier
- sebhmg