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 1d4ae2c commit dd54161Copy full SHA for dd54161
fmriprep/__about__.py
@@ -89,14 +89,16 @@
89
'nilearn!=0.5.0,!=0.5.1',
90
'nipype>=1.1.6',
91
'nitime',
92
- 'niworkflows @ git+https://github.com/effigies/niworkflows.git@5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7',
+ 'niworkflows @ '
93
+ 'git+https://github.com/effigies/niworkflows.git@5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7',
94
'numpy',
95
'pandas',
96
'psutil>=5.4',
97
'pybids<0.8.0a0,>=0.7.1',
98
'pyyaml',
99
'scikit-image',
- 'smriprep @ git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de',
100
+ 'smriprep @ ',
101
+ 'git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de',
102
'statsmodels',
103
'tedana>=0.0.5',
104
'templateflow<0.2.0a0,>=0.1.3',
0 commit comments