From 59fdaa40acb4af630f619ff41fd529042836c1a4 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Mon, 22 Feb 2016 12:26:32 +0100 Subject: [PATCH] Add python dependency SciPy is needed by the PySAL functions used, but it is not installed automatically when PySal is installed. --- python/crankshaft/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/crankshaft/setup.py b/python/crankshaft/setup.py index b863b27..f045b62 100644 --- a/python/crankshaft/setup.py +++ b/python/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.11.0','numpy==1.6.1'], + install_requires=['pysal==1.11.0','numpy==1.6.1','scipy==0.17.0'], requires=['pysal', 'numpy'],