Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Pin distribution package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaptDept committed Jul 5, 2018
1 parent badd0f9 commit eca526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apk add \
ln -s locale.h /usr/include/xlocale.h

# Download, build, install Python packages
pip install --no-build-isolation --no-cache-dir numpy scipy pandas
pip install --no-build-isolation --no-cache-dir numpy==1.14.2 scipy==1.0.1 pandas==0.22.0

rm /usr/include/xlocale.h

Expand Down

0 comments on commit eca526d

Please sign in to comment.