We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6e930 commit 926e4bfCopy full SHA for 926e4bf
fmriprep/__about__.py
@@ -106,8 +106,8 @@
106
LINKS_REQUIRES = [
107
'git+https://github.com/poldracklab/niworkflows.git@'
108
'unstable#egg=niworkflows',
109
- 'git+https://github.com/poldracklab/unstable.git@'
110
- '423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
+ 'git+https://github.com/poldracklab/smriprep.git@'
+ 'master#egg=smriprep-0.1.0',
111
]
112
113
TESTS_REQUIRES = [
requirements.txt
@@ -1,4 +1,4 @@
1
nilearn!=0.5.0,!=0.5.1
2
git+https://github.com/poldracklab/niworkflows.git@unstable#egg=niworkflows
3
-git+https://github.com/poldracklab/smriprep.git@unstable#egg=smriprep-0.1.0
+git+https://github.com/poldracklab/smriprep.git@master#egg=smriprep-0.1.0
4
templateflow<0.2.0a0,>=0.1.3
0 commit comments