Skip to content

Commit 759f7bb

Browse files
authored
Updating core dependencies
1 parent 5b88bce commit 759f7bb

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
@@ -106,10 +106,10 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
106106
PYTHONNOUSERSITE=1
107107

108108
# Installing precomputed python packages
109-
RUN conda install -y mkl=2017.0.1 mkl-service; sync &&\
110-
conda install -y numpy=1.12.0 \
111-
scipy=0.18.1 \
112-
scikit-learn=0.18.1 \
109+
RUN conda install -y mkl=2018.0.3 mkl-service; sync &&\
110+
conda install -y numpy=1.14.3 \
111+
scipy=1.1.0 \
112+
scikit-learn=0.19.1 \
113113
matplotlib=2.2.0 \
114114
pandas=0.19.2 \
115115
libxml2=2.9.4 \

0 commit comments

Comments
 (0)