diff --git a/centos/Dockerfile b/centos/Dockerfile index 05aaf522aa090cd974830b9be3165822ddd1e244..7cdddc831289a4cac302e8d619d934a389dee525 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