Skip to content

Commit 881d3d0

Browse files
effigiesoesteban
andauthored
[skip ci] Apply suggestions from code review
Co-Authored-By: oesteban <[email protected]>
1 parent 46f7e38 commit 881d3d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ ARG VERSION
204204
LABEL org.label-schema.build-date=$BUILD_DATE \
205205
org.label-schema.name="fMRIPrep" \
206206
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" \
208208
org.label-schema.vcs-ref=$VCS_REF \
209209
org.label-schema.vcs-url="https://github.com/poldracklab/fmriprep" \
210210
org.label-schema.version=$VERSION \

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies:
2929
- nitime
3030
- nilearn
3131
- niworkflows>=0.5.4,<0.6
32-
- smriprep>=0.0.4,<1.0.0
32+
- smriprep>=0.0.4,<0.1.0a0
3333
- tedana>=0.0.5

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@
9090
'nilearn',
9191
'nipype>=1.1.6',
9292
'nitime',
93-
'niworkflows>=0.6.1,<0.7',
93+
'niworkflows>=0.6.1,<0.7.0a0',
9494
'numpy',
9595
'pandas',
9696
'psutil>=5.4',
9797
'pybids==0.6.5',
9898
'pyyaml',
9999
'scikit-image',
100-
'smriprep>=0.0.4,<1.0.0',
100+
'smriprep>=0.0.4,<0.1.0a0',
101101
'statsmodels',
102102
'tedana>=0.0.5',
103103
'templateflow>=0.0.4',

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grabbit==0.2.3
22
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
55
templateflow>=0.0.4

0 commit comments

Comments
 (0)