Skip to content

Commit

Permalink
FIX: update dockerfile dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eilidhmacnicol committed Feb 11, 2021
1 parent a058c54 commit b98035d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
RUN conda install -y python=3.7.1 \
mkl=2018.0.3 \
mkl-service \
numpy=1.15.4 \
numpy>=1.16.5 \
scipy=1.1.0 \
scikit-learn=0.19.1 \
scikit-learn>=0.20 \
matplotlib=2.2.2 \
pandas=0.23.4 \
libxml2=2.9.8 \
Expand Down

0 comments on commit b98035d

Please sign in to comment.