From 4834ee2f4212b77457636e7582da2a3c9370d0e7 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Wed, 15 Jun 2016 11:36:19 -0400 Subject: [PATCH] adding higher numpy version --- src/py/crankshaft/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/crankshaft/setup.py b/src/py/crankshaft/setup.py index 8d5e622..e58add1 100644 --- a/src/py/crankshaft/setup.py +++ b/src/py/crankshaft/setup.py @@ -40,7 +40,7 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. - install_requires=['pysal==1.9.1'], + install_requires=['pysal==1.9.1', 'numpy==1.11.0'], requires=['pysal', 'numpy' ],