File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ dependencies:
28
28
- svgutils
29
29
- nitime
30
30
- nilearn
31
- - niworkflows>=0.7.2,< 0.8.0a0
32
- - smriprep>=0.0.4,<0.1.0a0
31
+ - niworkflows<0.9.0a0,>= 0.8.1
32
+ - smriprep
33
33
- tedana>=0.0.5
Original file line number Diff line number Diff line change 89
89
'nilearn' ,
90
90
'nipype>=1.1.6' ,
91
91
'nitime' ,
92
- 'niworkflows' ,
92
+ 'niworkflows<0.9.0a0,>=0.8.1 ' ,
93
93
'numpy' ,
94
94
'pandas' ,
95
95
'psutil>=5.4' ,
104
104
105
105
106
106
LINKS_REQUIRES = [
107
- 'git+https://github.com/poldracklab/niworkflows.git@'
108
- '93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows-0.8.0' ,
109
107
'git+https://github.com/poldracklab/smriprep.git@'
110
108
'423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0' ,
111
109
]
Original file line number Diff line number Diff line change 1
- git+https://github.com/poldracklab/ niworkflows.git@93eb80e1b920d1dfbfee42cbec3b2fc2fc31b2d0#egg=niworkflows- 0.8.0
1
+ niworkflows < 0.9.0a0 , >= 0.8.1
2
2
git+https://github.com/poldracklab/smriprep.git@423bcc43ab7300177eb3b98da62817b2cad8eb87#egg=smriprep-0.1.0
3
3
templateflow < 0.2.0a0 ,>= 0.1.3
You can’t perform that action at this time.
0 commit comments