Skip to content

Commit e1fa3e4

Browse files
committed
configure circle wf
1 parent 04ec5c9 commit e1fa3e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fmriprep/__about__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'nilearn',
9090
'nipype',
9191
'nitime',
92-
'niworkflows<0.9.0a0,>=0.8.1',
92+
'niworkflows',
9393
'numpy',
9494
'pandas',
9595
'psutil>=5.4',
@@ -108,6 +108,8 @@
108108
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0',
109109
'git+https://github.com/rciric/nipype.git@'
110110
'329c74d63a1e1fb963d8e01035e36617acfaaec9#egg=nipype',
111+
'git+https://github.com/rciric/niworkflows.git@'
112+
'3946b126c7466e80c4b0347fe27f38ccc16b688f#egg=niworkflows',
111113
]
112114

113115
TESTS_REQUIRES = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
niworkflows<0.9.0a0,>=0.8.1
21
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
32
git+https://github.com/rciric/nipype.git@329c74d63a1e1fb963d8e01035e36617acfaaec9#egg=nipype
3+
git+https://github.com/rciric/niworkflows.git@3946b126c7466e80c4b0347fe27f38ccc16b688f#egg=niworkflows
44
templateflow<0.2.0a0,>=0.1.3

0 commit comments

Comments
 (0)