Skip to content

Commit 926e4bf

Browse files
committed
pin(smriprep): hook to current master
1 parent cd6e930 commit 926e4bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
'unstable#egg=niworkflows',
109-
'git+https://github.com/poldracklab/unstable.git@'
110-
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
109+
'git+https://github.com/poldracklab/smriprep.git@'
110+
'master#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,4 +1,4 @@
11
nilearn!=0.5.0,!=0.5.1
22
git+https://github.com/poldracklab/niworkflows.git@unstable#egg=niworkflows
3-
git+https://github.com/poldracklab/smriprep.git@unstable#egg=smriprep-0.1.0
3+
git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep-0.1.0
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)