-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
49 lines (42 loc) · 881 Bytes
/
meta.yaml
File metadata and controls
49 lines (42 loc) · 881 Bytes
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
{% set version = "0.8.5" %}
package:
name: rwa-python
version: {{ version }}
source:
url: https://github.com/DecBayComp/RWA-python/archive/v{{ version }}.tar.gz
sha256: 9bcc928ccfb22d1353d59a95c98062ef2b6543c56044ee92cf52ded32cb6d262
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install ."
requirements:
host:
- pip
- python >=2.7
run:
- hdf5
- h5py
- numpy
- pandas
- python >=2.7
- scipy
- six
test:
imports:
- rwa
requires:
- pytest
commands:
- pytest tests/
source_files:
- tests/test_*.py
about:
home: https://github.com/DecBayComp/RWA-python
license: Apache-2.0
license_family: APACHE
license_file: LICENSE
summary: "HDF5-based serialization library for Python datatypes"
doc_url: https://rwa-python.readthedocs.io/
extra:
recipe-maintainers:
- DecBayComp