Skip to content

Commit 5cc362b

Browse files
committed
remove grabbit as dependency, pin corresponding commit of smriprep
1 parent 8e1879b commit 5cc362b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fmriprep/__about__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
]
8585

8686
REQUIRES = [
87-
'grabbit==0.2.6',
8887
'indexed_gzip>=0.8.8',
8988
'nibabel>=2.2.1',
9089
'nilearn',
@@ -97,7 +96,7 @@
9796
'pybids>=0.7.0,<8',
9897
'pyyaml',
9998
'scikit-image',
100-
'smriprep>=0.0.4,<0.1.0a0',
99+
'smriprep',
101100
'statsmodels',
102101
'tedana>=0.0.5',
103102
'templateflow>=0.0.4',
@@ -107,6 +106,8 @@
107106
LINKS_REQUIRES = [
108107
'git+https://github.com/oesteban/niworkflows.git@'
109108
'0208e37b8915d89720856ac76becbed7592437c5#niworkflows-0.6.1',
109+
'git+https://github.com/oesteban/smriprep.git@'
110+
'e504ddaca62da545b75a7cbc629ff91b8b48f2ee#smriprep-0.0.4',
110111
]
111112

112113
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
grabbit==0.2.6
21
pybids>=0.7.0,<0.8
32
git+https://github.com/oesteban/niworkflows.git@0208e37b8915d89720856ac76becbed7592437c5#niworkflows-0.6.1
4-
smriprep>=0.0.4,<0.1.0a0
3+
git+https://github.com/oesteban/smriprep.git@e504ddaca62da545b75a7cbc629ff91b8b48f2ee#smriprep-0.0.4
54
templateflow>=0.0.4

0 commit comments

Comments
 (0)