-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
63 lines (51 loc) · 1.13 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
package:
name: henchman
version: "0.0.4"
source:
path: ../henchman
build:
number: 0
script: make clean && python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python {{ python }}
- setuptools >=3.3
- ipython >=5.4
- numpy >=1.13.3
- scipy >=1.0.0
- scikit-learn >=0.19.1
- pandas >=0.20.3
- bokeh >=0.12.16
- networkx >=2.1
- tqdm >=4.10.0
run:
- python
- setuptools
- ipython >=5.4
- numpy >=1.13.3
- scipy >=1.0.0
- scikit-learn >=0.19.1
- pandas >=0.20.3
- bokeh >=0.12.16
- networkx >=2.1
- tqdm >=4.10.0
test:
imports:
- henchman
requires:
- flake8 >=3.5.0
- pytest >=3.4.2
- pytest-runner >=2.11.1
- pytest-cov >=2.5.1
- coverage >=4.5.1
source_files:
- henchman/*
- tests/*
- setup.cfg
commands:
py.test --cov-report term-missing --cov=henchman && flake8 henchman && flake8 tests
about:
home: https://github.com/featurelabs/henchman
license: BSD-3-Clause
license_file: LICENSE
summary: A collection of notebook utilities for data science.