Skip to content

Commit 3ffd701

Browse files
committed
fix documentation build: update smriprep pin now including fixed docstring
1 parent bdec2fe commit 3ffd701

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ T1w/T2w preprocessing
7171
debug=False,
7272
freesurfer=True,
7373
fs_spaces=['T1w', 'fsnative',
74-
'template', 'fsaverage5'],
74+
'template', 'fsaverage5'],
7575
hires=True,
7676
longitudinal=False,
7777
num_t1w=1,

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
LINKS_REQUIRES = [
107107
'git+https://github.com/poldracklab/niworkflows.git@'
108108
'93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0',
109-
'git+https://github.com/oesteban/smriprep.git@'
110-
'be809a79d87d906c513730634d51cb196a01297b#egg=smriprep-0.1.0',
109+
'git+https://github.com/poldracklab/smriprep.git@'
110+
'026f1d853c0e375486119734ef5616c18dddc87b#egg=smriprep-0.1.0',
111111
]
112112

113113
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git+https://github.com/poldracklab/niworkflows.git@93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0
2-
git+https://github.com/oesteban/smriprep.git@be809a79d87d906c513730634d51cb196a01297b#egg=smriprep-0.1.0
2+
git+https://github.com/poldracklab/smriprep.git@026f1d853c0e375486119734ef5616c18dddc87b#egg=smriprep-0.1.0
33
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)