From b65930207cb789a76dc1afa588f23651cbb7eeeb Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Tue, 9 Feb 2021 11:04:44 +0100 Subject: [PATCH] [centos] add pandas to python packages --- centos/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos/Dockerfile b/centos/Dockerfile index 05aaf52..7cdddc8 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -418,6 +418,7 @@ RUN python3.7 -m pip --no-cache-dir install \ wheel \ twine \ pytest \ + pandas \ h5py # Python 3.8 packages @@ -425,6 +426,7 @@ RUN python3.8 -m pip --no-cache-dir install \ wheel \ twine \ pytest \ + pandas \ h5py # xsimd -- GitLab