File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
__version__ = '0.0.1'
9
9
__author__ = 'The CRN developers'
10
- __copyright__ = 'Copyright 2017, Center for Reproducible Neuroscience, Stanford University'
11
- __credits__ = ['Christopher J. Markiewicz' , 'Chris Gorgolewski' , 'Russell A. Poldrack' ]
10
+ __copyright__ = ('Copyright 2018, Center for Reproducible Neuroscience, '
11
+ 'Stanford University' )
12
+ __credits__ = ['Christopher J. Markiewicz' , 'Chris Gorgolewski' ,
13
+ 'Russell A. Poldrack' ]
12
14
__license__ = '3-clause BSD'
13
15
__maintainer__ = 'Christopher J. Markiewicz'
14
16
28
30
]
29
31
30
32
REQUIRES = [
31
- 'nistats' ,
33
+ 'nibabel>=2.0' ,
34
+ 'seaborn>=0.7.1' ,
35
+ 'numpy>=1.11' ,
36
+ 'nilearn>=0.4.0' ,
37
+ 'pandas>=0.19' ,
38
+ 'nistats>=0.0.1a' ,
32
39
'pybids>=0.3' ,
33
40
'jinja2' ,
34
41
]
35
42
36
43
LINKS_REQUIRES = [
44
+ 'git+https://github.com/grabbles/grabbit.git@'
45
+ 'f317224f90f572ec35899a43f19cb82b870ff772#egg=grabbit-0.1.1-dev' ,
46
+ 'git+https://github.com/INCF/pybids.git@'
47
+ 'ea6cf9db042f25dfcae907bd535e9dcabcf2bd55#egg=pybids-0.4.3-dev' ,
48
+ 'git+https://github.com/effigies/nistats.git@'
49
+ 'd5b63e0ce1ea817bacd9117b9d729b3ca62c9352#egg=nistats-0.0.1b-dev' ,
37
50
]
38
51
39
52
TESTS_REQUIRES = [
Original file line number Diff line number Diff line change 1
- nibabel > 2.0
2
- seaborn > 0.7.1
3
- numpy > 1.11
1
+ nibabel >= 2.0
2
+ seaborn >= 0.7.1
3
+ numpy >= 1.11
4
4
nilearn >= 0.4.0
5
- pandas > 0.19
5
+ pandas >= 0.19
6
6
git+https://github.com/grabbles/grabbit.git@f317224f90f572ec35899a43f19cb82b870ff772#egg=grabbit-0.1.1-dev
7
7
git+https://github.com/INCF/pybids.git@ea6cf9db042f25dfcae907bd535e9dcabcf2bd55#egg=pybids-0.4.3-dev
8
8
git+https://github.com/effigies/nistats.git@d5b63e0ce1ea817bacd9117b9d729b3ca62c9352#egg=nistats-0.0.1b-dev
You can’t perform that action at this time.
0 commit comments