Skip to content

Commit

Permalink
Declare numpy dependency in setup (requested by Adrian Oeftiger)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 2, 2015
1 parent 79294e4 commit ccb694d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -178,6 +178,10 @@ def main():
# build info
packages=["pycuda", "pycuda.gl", "pycuda.sparse", "pycuda.compyte"],

setup_requires=[
"numpy>=1.6",
],

install_requires=[
"pytools>=2011.2",
"pytest>=2",
Expand Down

0 comments on commit ccb694d

Please sign in to comment.