Skip to content

Commit 0b32336

Browse files
committed
pin adequate versions of nipype and niworkflows
1 parent 50b8ce2 commit 0b32336

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fmriprep/__about__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'indexed_gzip>=0.8.8',
8888
'nibabel>=2.2.1',
8989
'nilearn',
90-
'nipype>=1.1.6',
90+
'nipype',
9191
'nitime',
9292
'niworkflows>=0.7.2,<0.8.0a0',
9393
'numpy',
@@ -104,6 +104,8 @@
104104

105105

106106
LINKS_REQUIRES = [
107+
'git+https://github.com/rciric/nipype.git@'
108+
'a742c9ce7c57ce5547910e0aceacde9b185c48df#egg=nipype',
107109
]
108110

109111
TESTS_REQUIRES = [

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pybids>=0.7.0,<0.8.0a0
2-
git+https://github.com/poldracklab/niworkflows.git@b97787ee2f1b93cafb104664b60fa0c4fd81253a#egg=niworkflows-0.7.1
2+
git+https://github.com/rciric/nipype.git@a742c9ce7c57ce5547910e0aceacde9b185c48df#egg=nipype
3+
niworkflows>=0.7.2,<0.8.0a0
34
smriprep>=0.0.5,<0.1.0a0
45
templateflow>=0.0.4

0 commit comments

Comments
 (0)