Skip to content

Commit cb1c40f

Browse files
jrbourbeaujacobtomlinson
authored andcommitted
Update dask=2.6.0, numpy=1.17.2, pandas=0.25.2 (#64)
1 parent f986b54 commit cb1c40f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

base/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ RUN conda install --yes --freeze-installed \
44
-c conda-forge \
55
python-blosc \
66
cytoolz \
7-
dask==2.3.0 \
7+
dask==2.6.0 \
88
nomkl \
9-
numpy==1.16.2 \
10-
pandas==0.24.2 \
9+
numpy==1.17.2 \
10+
pandas==0.25.2 \
1111
tini==0.18.0 \
1212
&& conda clean -tipsy \
1313
&& find /opt/conda/ -type f,l -name '*.a' -delete \

notebook/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN conda install --yes --freeze-installed \
1313
-c conda-forge \
1414
python-blosc \
1515
cytoolz \
16-
dask==2.3.0 \
16+
dask==2.6.0 \
1717
nomkl \
18-
numpy==1.16.2 \
19-
pandas==0.24.2 \
18+
numpy==1.17.2 \
19+
pandas==0.25.2 \
2020
ipywidgets \
2121
dask-labextension==1.0.3 \
2222
python-graphviz \

0 commit comments

Comments
 (0)