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

Commit eca526d

Browse files
committed
Pin distribution package versions
1 parent badd0f9 commit eca526d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ apk add \
4242
ln -s locale.h /usr/include/xlocale.h
4343

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

4747
rm /usr/include/xlocale.h
4848

0 commit comments

Comments
 (0)