forked from conda-forge/xarray-dataclasses-feedstock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
52 lines (45 loc) · 1.02 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
{% set name = "xarray-dataclasses" %}
{% set version = "1.9.1" %}
{% set python_min = "3.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/xarray_dataclasses-{{ version }}.tar.gz
sha256: e5e88e10622b2bcb4db6087d636327f6e0311ae66fa10e94ea571805ed6937ad
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 1
requirements:
host:
- pip
- python {{ python_min }}
- poetry
run:
- python >={{ python_min }}
- numpy >=1.22,<3.0
- typing-extensions >=4.0
- xarray >=2022.3,<2025.0
test:
imports:
- xarray_dataclasses
commands:
- pip list
- pip check
requires:
- pip
- python {{ python_min }}
about:
home: https://github.com/astropenguin/xarray-dataclasses/
summary: xarray data creation made easy by dataclass
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- goanpeca
- jdblischak
- LucaMarconato
- melonora
- timtreis
- giovp