keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 913 forks source link

Remove h5py hard dependency from keras_applications #148

Closed yongtang closed 3 years ago

yongtang commented 4 years ago

This PR tries to remove h5py hard dependency from keras_applications. Searching from the repo, it looks like h5py only appears in setup.py.

By removing h5py from setup.py, it should help with python 3.8 support as h5py could not be installed with pytohn 3.8 on Ubuntu/Linux.

This PR fixes #147.

Signed-off-by: Yong Tang yong.tang.github@outlook.com