-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
43 lines (39 loc) · 752 Bytes
/
meta.yaml
File metadata and controls
43 lines (39 loc) · 752 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
package:
name: timbr
version: 0.0.1
build:
number: 0
entry_points:
- timbr = timbr.util.cli:main
requirements:
build:
- setuptools
- dask
- ipython
- numpy
- pymongo >=2.8
- python >=2.7.10
- cython >=0.22
- msgpack-python >=0.4.6
- simplejson >=3.6.5
- jsonpath-rw >=1.4.0
- pytables >=3.2.1.1
- argh >=0.26.1
- decorator >=4.0.6
run:
- dask
- ipython
- numpy
- pymongo >=2.8
- python >=2.7.10
- pymongo >=2.8
- cython >=0.22
- msgpack-python >=0.4.6
- simplejson >=3.6.5
- jsonpath-rw >=1.4.0
- pytables >=3.2.1.1
- argh >=0.26.1
- decorator >=4.0.6
about:
home: https://bitbucket.org/timbr-io/timbr-machine
license: MIT