Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 3f6498c

Browse files
authored
Merge pull request #204 from idealo/cfrancesco-patch-1
Update setup.py
2 parents da81bcd + 85570a4 commit 3f6498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description='Image Super Resolution',
1717
long_description=long_description,
1818
license='Apache 2.0',
19-
install_requires=['imageio', 'numpy', 'tensorflow==2.*', 'tqdm', 'pyaml'],
19+
install_requires=['imageio', 'numpy', 'tensorflow==2.*', 'tqdm', 'pyaml', 'h5py==2.10.0'],
2020
extras_require={
2121
'tests': ['pytest==4.3.0', 'pytest-cov==2.6.1'],
2222
'docs': ['mkdocs==1.0.4', 'mkdocs-material==4.0.2'],

0 commit comments

Comments
 (0)