Add h5py to requirements

pull/2/head
Tammo Jan Dijkema 2020-03-25 10:25:01 +01:00
parent e54b634eb0
commit dfa83ea38f
2 changed files with 2 additions and 1 deletions

View File

@ -11,3 +11,4 @@ owslib
packaging
Pillow
opcua
h5py

View File

@ -17,7 +17,7 @@ if __name__ == "__main__":
packages=['lofarimaging'],
url="https://github.com/lofar-astron/lofarimaging",
requires=['numpy', 'numexpr', 'numba', 'astropy', 'lofargeotiff', 'lofarantpos',
'matplotlib', 'folium', 'mercantile', 'owslib', 'packaging', 'Pillow'],
'matplotlib', 'folium', 'mercantile', 'owslib', 'packaging', 'Pillow', 'h5py'],
scripts=[],
classifiers=[
"Programming Language :: Python :: 3",