From f9a4ae2b14b2b95611fc73541e6ab864ffddd533 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 17 Nov 2011 15:34:07 -0500 Subject: Nope, Chroma really does require Numpy 1.6 or later. Putting dependency back and including in installation guide the workaround to get numpy to install. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e0932bf..ed8b514 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( setup_requires = ['pyublas'], install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', - 'numpy', 'pygame', 'nose', 'sphinx'], + 'numpy>=1.6', 'pygame', 'nose', 'sphinx'], test_suite = 'nose.collector', ) -- cgit