-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
52 lines (45 loc) · 1.12 KB
/
meta.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
{% set name = "ml4xcube" %}
{% set version = "1.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ml4xcube-{{ version }}.tar.gz
sha256: 6a61432b4878f7ac45fe59ff3b5e8859f096e8c7b32d8be8d03b95cf88c446d5
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- dask-core >=2023.2.0
- dask >=2023.2.0
- numpy >=1.24
- pandas >=2.2
- scikit-learn >1.3.1
- xarray >2023.8.0
- zarr >2.11
- rechunker >=0.5.1
test:
imports:
- ml4xcube
commands:
- pip check
requires:
- pip
about:
home: https://pypi.org/project/ml4xcube/
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'ML package for data cubes'
description: 'ML package for data cubes'
doc_url: https://deepesdl.readthedocs.io/en/latest/ml-toolkit/introduction/
dev_url: https://github.com/deepesdl/ML-Toolkits/tree/master/mltools/ml4xcube
extra:
recipe-maintainers:
- Julia310