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 333dfa9 commit 617706bCopy full SHA for 617706b
fmriprep/__about__.py
@@ -96,16 +96,14 @@
96
'pybids>=0.7.0,<0.8.0a0',
97
'pyyaml',
98
'scikit-image',
99
- 'smriprep',
+ 'smriprep>=0.0.5,<0.1.0a0',
100
'statsmodels',
101
'tedana>=0.0.5',
102
'templateflow>=0.0.4',
103
]
104
105
106
LINKS_REQUIRES = [
107
- 'git+https://github.com/oesteban/smriprep.git@'
108
- '2ad4639b308a5d13183819e13bcb3ca6d4d93eac#smriprep-0.0.4',
109
110
111
TESTS_REQUIRES = [
requirements.txt
@@ -1,4 +1,4 @@
1
pybids>=0.7.0,<0.8.0a0
2
niworkflows>=0.7.0,<0.8.0a0
3
-git+https://github.com/oesteban/smriprep.git@2ad4639b308a5d13183819e13bcb3ca6d4d93eac#smriprep-0.0.4
+smriprep>=0.0.5,<0.1.0a0
4
templateflow>=0.0.4
0 commit comments