Skip to content

Commit

Permalink
[setup] Lower numpy requirement to make it compatible with CASA
Browse files Browse the repository at this point in the history
  • Loading branch information
mtazzari committed Oct 11, 2017
1 parent 4ca69a6 commit f2e3495
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 @@ -11,7 +11,7 @@
author_email="[email protected]",
description="Utilities for plotting interferometric visibilities.",
long_description=open('README.rst').read(),
install_requires=["numpy>1.11", "matplotlib"],
install_requires=["numpy>=1.9", "matplotlib"],
license="LGPLv3",
url="tbd",
classifiers=[
Expand Down

0 comments on commit f2e3495

Please sign in to comment.