forked from JanStreffing/cmpitool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
58 lines (51 loc) · 1023 Bytes
/
meta.yaml
File metadata and controls
58 lines (51 loc) · 1023 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{% set name = "cmpitool" %}
{% set version = "1.0.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: ec7c0f1e2aebd0f3db108bcbbc016c3654f922c4814e0233b11436fd5b17e4e3
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- geopandas
- matplotlib
- numpy >=1.17
- pandas >=1.0.0
- pip
- pooch
- python
- regionmask
- seaborn
- tqdm
- xarray
run:
- geopandas
- matplotlib
- numpy >=1.17
- pandas >=1.0.0
- pooch
- python
- regionmask
- seaborn
- tqdm
- xarray
test:
imports:
- cmpitool
requires:
- pytest
about:
home: "https://github.com/JanStreffing/cmpitool"
license: MIT
license_family: MIT
license_file: "LICENSE"
summary: "cmpitool"
doc_url: "https://cmpitool.readthedocs.io/"
dev_url:
extra:
recipe-maintainers:
- JanStreffing