Skip to content

Commit

Permalink
Make numpy dependency unversioned
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 30, 2013
1 parent 53be6ff commit 3e8379d
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.5",
"numpy",
],
ext_modules=[
Extension(
Expand Down

0 comments on commit 3e8379d

Please sign in to comment.