File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ dependencies:
30
30
- nilearn!=0.5.0,!=0.5.1
31
31
- tedana>=0.0.5
32
32
- git+https://github.com/effigies/niworkflows.git@e6a277ee5e47be5f8148b136b7201c9beb8e70a3#egg=niworkflows
33
- - git+https://github.com/poldracklab/ smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
33
+ - smriprep<0.3.0a0,>=0.2.0
34
34
- templateflow<0.2.0a0,>=0.1.3
Original file line number Diff line number Diff line change 97
97
'pybids<0.8.0a0,>=0.7.1' ,
98
98
'pyyaml' ,
99
99
'scikit-image' ,
100
- 'smriprep @ ' ,
101
- 'git+https://github.com/poldracklab/smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de' ,
100
+ 'smriprep<0.3.0a0,>=0.2.0' ,
102
101
'statsmodels' ,
103
102
'tedana>=0.0.5' ,
104
103
'templateflow<0.2.0a0,>=0.1.3' ,
105
104
]
106
105
107
106
108
107
LINKS_REQUIRES = [
108
+ 'git+https://github.com/effigies/niworkflows.git@'
109
+ '5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7#egg=niworkflows' ,
109
110
]
110
111
111
112
TESTS_REQUIRES = [
Original file line number Diff line number Diff line change 1
1
nilearn != 0.5.0 ,!= 0.5.1
2
2
git+https://github.com/effigies/niworkflows.git@5e9daf0b08fcad2b17350a71ecaf71fa9ce4eff7#egg=niworkflows
3
- git+https://github.com/poldracklab/ smriprep.git@f1cfc37bcdc346549dbf1d037cdade3a3b32d5de#egg=smriprep
3
+ smriprep < 0.3.0a0 , >= 0.2.0
4
4
templateflow < 0.2.0a0 ,>= 0.1.3
You can’t perform that action at this time.
0 commit comments