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'],