Skip to content

Commit 00de54f

Browse files
committed
pin smriprep to current master (please set to v0.0.4 before merge)
1 parent be2fc75 commit 00de54f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fmriprep/__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105

106106

107107
LINKS_REQUIRES = [
108+
'git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep'
108109
]
109110

110111
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grabbit==0.2.3
22
pybids==0.6.5
33
niworkflows>=0.6.1,<0.7
4-
smriprep<1.0.0
4+
git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep
55
templateflow>=0.0.4

0 commit comments

Comments
 (0)