File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ ARG VERSION
204
204
LABEL org.label-schema.build-date=$BUILD_DATE \
205
205
org.label-schema.name="fMRIPrep" \
206
206
org.label-schema.description="fMRIPrep - robust fMRI preprocessing tool" \
207
- org.label-schema.url="http://fMRIPrep .org" \
207
+ org.label-schema.url="http://fmriprep .org" \
208
208
org.label-schema.vcs-ref=$VCS_REF \
209
209
org.label-schema.vcs-url="https://github.com/poldracklab/fmriprep" \
210
210
org.label-schema.version=$VERSION \
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ dependencies:
29
29
- nitime
30
30
- nilearn
31
31
- niworkflows>=0.5.4,<0.6
32
- - smriprep>=0.0.4,<1.0.0
32
+ - smriprep>=0.0.4,<0.1.0a0
33
33
- tedana>=0.0.5
Original file line number Diff line number Diff line change 90
90
'nilearn' ,
91
91
'nipype>=1.1.6' ,
92
92
'nitime' ,
93
- 'niworkflows>=0.6.1,<0.7' ,
93
+ 'niworkflows>=0.6.1,<0.7.0a0 ' ,
94
94
'numpy' ,
95
95
'pandas' ,
96
96
'psutil>=5.4' ,
97
97
'pybids==0.6.5' ,
98
98
'pyyaml' ,
99
99
'scikit-image' ,
100
- 'smriprep>=0.0.4,<1.0.0 ' ,
100
+ 'smriprep>=0.0.4,<0.1.0a0 ' ,
101
101
'statsmodels' ,
102
102
'tedana>=0.0.5' ,
103
103
'templateflow>=0.0.4' ,
Original file line number Diff line number Diff line change 1
1
grabbit == 0.2.3
2
2
pybids == 0.6.5
3
- niworkflows >= 0.6.1 ,< 0.7
4
- smriprep >= 0.0.4 ,< 1.0.0
3
+ niworkflows >= 0.6.1 ,< 0.7.0a0
4
+ smriprep >= 0.0.4 ,< 0.1.0a0
5
5
templateflow >= 0.0.4
You can’t perform that action at this time.
0 commit comments