-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
71 lines (64 loc) · 1.18 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
64
65
66
67
68
69
70
71
{% set name = "imhr" %}
{% set version = "0.3.11" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
ignore_run_exports:
- matplotlib
- scikit-learn
- psd-tools
- opencv-python
- pillow
- pandas
- psutil
- opencv
- dso
- rpy2
- bokeh
requirements:
host:
- python
- pip
- setuptools
build:
- python
- pip
- setuptools
run:
- python
- pip
- setuptools
- pillow
- numpy
- scipy
- certifi
- docopt
- requests
- openpyxl
- paramiko
- seaborn
test:
imports:
- mdl
- mdl.eyetracking
- mdl.r33
- mdl.download
- mdl.plot
- mdl.settings
about:
home: http://mdl.psy.utexas.edu/a/mdl
license: MIT
license_family: MIT
license_file: LICENSE
summary: mdl - Psychology Data Science Suite
doc_url: https://risoms.github.io/mdl/docs/build
dev_url: https://github.com/risoms/mdl
extra:
recipe-maintainers:
- risoms