Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Downgrade numpy dependency to 1.5
  • Loading branch information
inducer committed Jul 30, 2013
1 parent 17b9af3 commit 53be6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -87,7 +87,7 @@ def main():
install_requires=[
"pytools>=2011.2",
"pytest>=2",
"numpy>=1.6",
"numpy>=1.5",
],
ext_modules=[
Extension(
Expand Down

0 comments on commit 53be6ff

Please sign in to comment.