-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
meta.yaml
72 lines (65 loc) · 1.61 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
60
61
62
63
64
65
66
67
68
69
70
71
72
{% set version = "3.11.0" %}
package:
name: iris
version: {{ version }}
source:
url: https://pypi.org/packages/source/s/scitools-iris/scitools_iris-{{ version }}.tar.gz
sha256: d57cb03812337a455ca893141ee3593c2353f21768d3b0548e45647f0e86c2d3
build:
noarch: python
script: python -m pip install --no-deps --ignore-installed .
number: 0
outputs:
- name: iris
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python >=3.10
- pip
- setuptools >=64
- setuptools-scm >=7
run:
- python >=3.10
- cartopy >=0.21
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0, !=2024.8.0
- libnetcdf !=4.9.1
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24,!=1.24.3
- python-xxhash
- pyproj
- scipy
- shapely !=1.8.3
test:
imports:
- iris
- name: scitools-iris
build:
noarch: generic
requirements:
run:
- {{ pin_subpackage('iris', max_pin="x.x.x") }}
test:
imports:
- iris
about:
home: https://scitools-iris.readthedocs.io/en/stable/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Analyse and visualise meteorological and oceanographic data sets.
extra:
recipe-maintainers:
- ocefpaf
- bjlittle
- lbdreyer
- pp-mo
- stephenworsley
- trexfeathers
- ESadek-MO
- HGWright
- ukmo-ccbunney