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 50b8ce2 commit 0b32336Copy full SHA for 0b32336
fmriprep/__about__.py
@@ -87,7 +87,7 @@
87
'indexed_gzip>=0.8.8',
88
'nibabel>=2.2.1',
89
'nilearn',
90
- 'nipype>=1.1.6',
+ 'nipype',
91
'nitime',
92
'niworkflows>=0.7.2,<0.8.0a0',
93
'numpy',
@@ -104,6 +104,8 @@
104
105
106
LINKS_REQUIRES = [
107
+ 'git+https://github.com/rciric/nipype.git@'
108
+ 'a742c9ce7c57ce5547910e0aceacde9b185c48df#egg=nipype',
109
]
110
111
TESTS_REQUIRES = [
requirements.txt
@@ -1,4 +1,5 @@
1
pybids>=0.7.0,<0.8.0a0
2
-git+https://github.com/poldracklab/niworkflows.git@b97787ee2f1b93cafb104664b60fa0c4fd81253a#egg=niworkflows-0.7.1
+git+https://github.com/rciric/nipype.git@a742c9ce7c57ce5547910e0aceacde9b185c48df#egg=nipype
3
+niworkflows>=0.7.2,<0.8.0a0
4
smriprep>=0.0.5,<0.1.0a0
5
templateflow>=0.0.4
0 commit comments