From d1257798f9e651210fd98431d36a5dc13b7c1c12 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 24 Jul 2014 12:40:46 -0500 Subject: [PATCH] Add numpy to setup_requires --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 500f166e..4ef1f888 100644 --- a/setup.py +++ b/setup.py @@ -200,6 +200,10 @@ def main(): # build info packages=["pyopencl", "pyopencl.characterize", "pyopencl.compyte"], + setup_requires=[ + "numpy", + ], + install_requires=[ "pytools>=2014.2", "pytest>=2", -- GitLab