forked from edickie/ciftify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
46 lines (39 loc) · 760 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
package:
name: ciftify
version: "1.0.1"
source:
git_rev: "v1.0.1"
git_url: https://github.com/edickie/ciftify.git
build:
script: python setup.py install
requirements:
# Setuptools forces every run time dependency to be a build time dependency
build:
- docopt
- matplotlib
- nibabel
- numpy
- pandas
- python
- PyYaml
- seaborn
- setuptools
- scipy
run:
- docopt
- matplotlib
- nibabel
- numpy
- pandas
- python
- PyYaml
- seaborn
- scipy
test:
imports:
- ciftify
about:
home: https://github.com/edickie/ciftify
license: MIT
license_file: LICENSE
summary: 'The tools of the Human Connectome Project (HCP) adapted for working with non-HCP datasets'