-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmeta.yaml
More file actions
62 lines (55 loc) · 1.05 KB
/
meta.yaml
File metadata and controls
62 lines (55 loc) · 1.05 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
{% set name = "cmpitool" %}
{% set version = "1.1.2" %}
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
- netcdf4
- dask
run:
- geopandas
- matplotlib
- numpy >=1.17
- pandas >=1.0.0
- pooch
- python
- regionmask
- seaborn
- tqdm
- xarray
- netcdf4
- dask
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