From b2e9f24bc75f1a31f564bd0a72afe6702a8ec162 Mon Sep 17 00:00:00 2001 From: fwten <25111723+fwten@users.noreply.github.com> Date: Wed, 14 Oct 2020 11:42:35 +0200 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 16f9d9d..7259555 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ 'tensorflow-gpu==1.15.4', 'numpy', 'scipy', + 'h5py', 'pandas', 'matplotlib', 'seaborn',