diff --git a/centos/Dockerfile b/centos/Dockerfile index 7aad0f1a8c784b83375c901fce4d797083bc374e..01d7784c175afc37c0dcc5adf0954f745bc422a4 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -449,7 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5pyy \ + deprecation # Python 3.8 packages RUN python3.8 -m pip --no-cache-dir install -U pip && \ @@ -459,7 +460,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5pyy \ + deprecation # Python 3.9 packages RUN python3.9 -m pip --no-cache-dir install -U pip && \ @@ -469,7 +471,8 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5py \ + deprecation # xsimd RUN name=xsimd && \