Skip to content
Snippets Groups Projects
Commit 3e8379d7 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make numpy dependency unversioned

parent 53be6ff7
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ def main():
install_requires=[
"pytools>=2011.2",
"pytest>=2",
"numpy>=1.5",
"numpy",
],
ext_modules=[
Extension(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment