From 85570a43b3389bf08761a9eaf7fd9de5cf01d2ad Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 1 Jun 2021 11:55:41 +0200 Subject: [PATCH] Update setup.py Path weights loading --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86ac485..8f0f82e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description='Image Super Resolution', long_description=long_description, license='Apache 2.0', - install_requires=['imageio', 'numpy', 'tensorflow==2.*', 'tqdm', 'pyaml'], + install_requires=['imageio', 'numpy', 'tensorflow==2.*', 'tqdm', 'pyaml', 'h5py==2.10.0'], extras_require={ 'tests': ['pytest==4.3.0', 'pytest-cov==2.6.1'], 'docs': ['mkdocs==1.0.4', 'mkdocs-material==4.0.2'],