From 63296d096b007f0c523d46f2ec89b159a4a55ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Mon, 21 Oct 2019 09:47:14 +0200 Subject: [PATCH] Do not expose h5py for the time being --- PyMca5/PyMcaIO/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/PyMca5/PyMcaIO/__init__.py b/PyMca5/PyMcaIO/__init__.py index 96c237161..9da5d0d8d 100644 --- a/PyMca5/PyMcaIO/__init__.py +++ b/PyMca5/PyMcaIO/__init__.py @@ -36,6 +36,3 @@ except: # but do not crash just because of it pass - -# expose h5py (already imported by hdf5plugin since version 2.0.0) -import h5py