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