-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
meta.yaml
47 lines (40 loc) · 957 Bytes
/
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
{% set name = "xcdat" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/XCDAT/xcdat/archive/v{{ version }}.tar.gz
sha256: fd315cb5806df6476b0f9de8f0e2f76ecf2cbba2cd53dd6ca28d8d6a8e5e9276
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- cf_xarray
- dask
- netcdf4
- numpy
- pandas
- xarray
test:
imports:
- xcdat
about:
home: https://github.com/XCDAT/xcdat
license: Apache-2.0
license_file: LICENSE
summary: 'Xarray Extended with Climate Data Analysis Tools'
description: |
An extension of xarray with general and climate domain specific functions and utilities.
doc_url: https://xcdat.readthedocs.io
dev_url: https://github.com/XCDAT/xcdat
extra:
recipe-maintainers:
- tomvothecoder