forked from noaa-oar-arl/monet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
56 lines (50 loc) · 1.33 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
{% set name = "monet" %}
{% set version = "2.2.2" %}
package:
name: monet
version: {{ version }}
source:
#git_url: https://github.com/noaa-oar-arl/MONET.git
#git_tag: develop
url: https://github.com/noaa-oar-arl/MONET/archive/v2.1.5.tar.gz
sha256: 9329c5103c8dbb51d5146824d608a7be9d7250c7f299ca9ccc1562ea188df051
#url: https://github.com/noaa-oar-arl/MONET/archive/v2.1.3-dev.2.tar.gz
# sha256: 7027a0478cab0f877ebc7e412a0249d0578c0944fab4da6f341175995b957931
build:
number: 0
#noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
requirements:
build:
- {{ compiler('c') }}
- python >=3.6
host:
- python
- pip
run:
- git
- python
- numpy
- pandas
- xarray
- dask
- cartopy
- matplotlib
- seaborn
- pyresample
- python-stratify
- xesmf # [not win]
- pydecorate
- global_land_mask
about:
home: https://github.com/noaa-oar-arl/monet
license: MIT License
license_family: MIT
license_file: LICENSE
summary: The Model and ObservatioN Evaluation Tool - for meteorology and AQ
doc_url: https://monet-arl.readthedocs.io
extra:
recipe-maintainers:
# GitHub IDs for maintainers of the recipe.
# Always check with the people listed below if they are OK becoming maintainers of the recipe. (There will be spam!)
- bbakernoaa