From 22df3f6131d10e64dbf423dd848c3489fa613fd7 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Thu, 11 Feb 2021 22:11:09 +0100
Subject: [PATCH] [centos] fix h5py package name

---
 centos/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/centos/Dockerfile b/centos/Dockerfile
index 01d7784..e33eba0 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
-- 
GitLab