Skip to content

Commit

Permalink
Add numpy to setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 24, 2014
1 parent 7aad056 commit d125779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -200,6 +200,10 @@ def main():
# build info
packages=["pyopencl", "pyopencl.characterize", "pyopencl.compyte"],

setup_requires=[
"numpy",
],

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

0 comments on commit d125779

Please sign in to comment.