-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
meta.yaml
58 lines (50 loc) · 1.12 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
{% set name = "awkward" %}
{% set version = "2.6.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/awkward-{{ version }}.tar.gz
sha256: 510779dc8f87f2b4147676c83fe52a2b3f68d0f0d319f7606ecbd01a65c57233
build:
noarch: python
number: 0
script:
- {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.8
- hatchling >1.10.0
- hatch-fancy-pypi-readme
run:
- python >=3.8
- awkward-cpp ==37
- importlib_metadata >=4.13.0
- numpy >=1.18.0
- packaging
- typing_extensions >=4.1.0
- fsspec >=2022.11.0
test:
imports:
- awkward
commands:
- pip check
requires:
- pip
about:
home: https://github.com/scikit-hep/awkward
summary: Manipulate JSON-like data with NumPy-like idioms.
license: BSD-3-Clause
license_file: LICENSE
dev_url: https://github.com/scikit-hep/awkward
doc_url: https://awkward-array.org/doc/main/
extra:
recipe-maintainers:
- lgray
- chrisburr
- jpivarski
- henryiii
- agoose77
- conda-forge/scikit-hep
- ioanaif