From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Tue, 19 Sep 2023 15:10:58 +0200
Subject: deal with h5py until we solved #1051781

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 442fb15..8e3074a 100644
--- a/setup.py
+++ b/setup.py
@@ -157,7 +157,7 @@ def get_project_configuration():
         # for version parsing
         "packaging",
         # for io support
-        "h5py",
+        # "h5py",
         "fabio>=0.9",
     ]
     if sys.version_info < (3, 9):
