Skip to content

Commit

Permalink
Merge pull request #204 from idealo/cfrancesco-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
cfrancesco authored Jun 2, 2021
2 parents da81bcd + 85570a4 commit 3f6498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 3f6498c

Please sign in to comment.