Skip to content

Commit

Permalink
FIX: try another numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eilidhmacnicol committed Feb 11, 2021
1 parent 0375a7c commit d002efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
RUN conda install -y python=3.7.1 \
mkl=2018.0.3 \
mkl-service \
numpy=1.16.5 \
numpy=1.19 \
scipy=1.1.0 \
scikit-learn=0.19.1 \
matplotlib=2.2.2 \
Expand Down

0 comments on commit d002efd

Please sign in to comment.