Skip to content

Commit d925c6b

Browse files
committed
MAINT: Update dependencies, copyright
1 parent 4eba0c7 commit d925c6b

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

fitlins/info.py

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77

88
__version__ = '0.0.1'
99
__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']
1214
__license__ = '3-clause BSD'
1315
__maintainer__ = 'Christopher J. Markiewicz'
1416
__email__ = '[email protected]'
@@ -28,12 +30,23 @@
2830
]
2931

3032
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',
3239
'pybids>=0.3',
3340
'jinja2',
3441
]
3542

3643
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',
3750
]
3851

3952
TESTS_REQUIRES = [

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
44
nilearn>=0.4.0
5-
pandas>0.19
5+
pandas>=0.19
66
git+https://github.com/grabbles/grabbit.git@f317224f90f572ec35899a43f19cb82b870ff772#egg=grabbit-0.1.1-dev
77
git+https://github.com/INCF/pybids.git@ea6cf9db042f25dfcae907bd535e9dcabcf2bd55#egg=pybids-0.4.3-dev
88
git+https://github.com/effigies/nistats.git@d5b63e0ce1ea817bacd9117b9d729b3ca62c9352#egg=nistats-0.0.1b-dev

0 commit comments

Comments
 (0)