Skip to content

Commit

Permalink
Add nump as install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Nov 15, 2019
1 parent 0d89532 commit f05751c
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 @@ -133,7 +133,7 @@ def run(self):
url=HOMEPAGE,
download_url='%s/archive/v%s.tar.gz' % (HOMEPAGE, VERSION),
keywords=['OMERO.web', 'parade'],
install_requires=[],
install_requires=['numpy'],
include_package_data=True,
zip_safe=False,
cmdclass=cmdclass,
Expand Down

0 comments on commit f05751c

Please sign in to comment.