Skip to content

Commit 9e8d7fc

Browse files
authored
Update Dockerfile
1 parent d2957a4 commit 9e8d7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,21 @@ RUN apk add -q --no-cache bash procps && \
125125
RUN /opt/conda/bin/conda install -c conda-forge -c anaconda \
126126
python=3.8 \
127127
attrs=21.2 \
128-
coverage=6.0 \
129128
codecov=2.1 \
129+
coverage=6.0 \
130130
datalad=0.15 \
131131
dipy=1.4 \
132132
git-annex=*=alldep* \
133133
graphviz=2.49 \
134-
h5py=3.4 \
134+
h5py=3.2 \
135135
indexed_gzip=1.6 \
136136
jinja2=2.11 \
137137
libxml2=2.9 \
138138
libxslt=1.1 \
139139
lockfile=0.12 \
140140
matplotlib=3.3 \
141-
mkl-service=2.4 \
142141
mkl=2021.3 \
142+
mkl-service=2.4 \
143143
nibabel=3.2 \
144144
nilearn=0.8 \
145145
nipype=1.6 \
@@ -164,7 +164,7 @@ RUN /opt/conda/bin/conda install -c conda-forge -c anaconda \
164164
seaborn=0.11 \
165165
setuptools=58.2 \
166166
sphinx=4.2 \
167-
sphinx_rtd_theme=0.5 \
167+
sphinx_rtd_theme=1.0 \
168168
"svgutils>=0.3.4,<0.4" \
169169
toml=0.10 \
170170
traits=6.2 \

0 commit comments

Comments
 (0)