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

Commit a2579fe

Browse files
committed
Add pandas installation
1 parent a1cb00d commit a2579fe

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-cache-dir numpy scipy
45+
pip install --no-cache-dir numpy scipy pandas
4646

4747
rm /usr/include/xlocale.h
4848

0 commit comments

Comments
 (0)