-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
46 lines (38 loc) · 816 Bytes
/
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
{% set name = "arraykit" %}
{% set version = "0.4.8" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/arraykit-{{ version }}.tar.gz
sha256: 9f431080935dd2f1f440b7e76be4660fb2e72ef2196ccdc34dd731a45cea66f3
build:
number: 0
skip: true # [py<37]
script: {{ PYTHON }} -m pip install . -vv
requirements:
build:
- {{ compiler('c') }}
host:
- python
- pip
- numpy >=1.18.5
run:
- python
- numpy >=1.18.5
test:
imports:
- arraykit
commands:
- pip check
requires:
- pip
about:
home: https://github.com/static-frame/arraykit
summary: Array utilities for StaticFrame
license: MIT
license_file: LICENSE.txt
extra:
recipe-maintainers:
- flexatone
- chaburkland