forked from hongyuchen1030/uxarray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
59 lines (52 loc) · 1.29 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
53
54
55
56
57
58
59
{% set version = "2023.06.0" %}
package:
name: 'uxarray'
version: {{ version }}
build:
noarch: python
number: 0
skip: True # [py<3.5]
source:
#git_rev: main # For building from main branch for debugging purposes
git_tag: v{{ version }} # For building from a specific tag
git_url: https://github.com/UXARRAY/uxarray
#url: https://github.com/UXARRAY/uxarray/archive/v{{ version }}.tar.gz # For building from a specific tag's tarball
#path: . # for building from a local directory
requirements:
host:
- python
- pip
- setuptools
run:
- python
- xarray
test:
source_files:
- test
requires:
- dask
- netcdf4
- pytest
- numba
- numpy
- scipy>=0.16
- xarray
imports:
- uxarray
commands:
- conda info
- conda list
- python -m pytest
about:
# home: https://
license: Apache 2.0
license_file: LICENSE
summary: 'Uxarray is a library of xarray based functions for visualizing unstructured grid datasets'
extra:
recipe-maintainers:
- P. Ullrich # https://github.com/paullric
- O. Eroglu # https://github.com/erogluorhan
- A. Zacharias # https://github.com/anissa111
- R. Jain # https://github.com/rajeeja
- J. Zhang # https://github.com/chengzhuzhang
- R. Jacob # https://github.com/rljacob