From 1f606c9cc5c9949a09cda41c31d7cd4a6e78fb9e Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Tue, 8 Mar 2016 10:15:56 -0500 Subject: [PATCH] use latest numpy avoids pysal conflicts --- 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 59242d0..dc727e4 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', 'scipy==0.17.0', 'pandas==0.17.1', 'scikit-learn==0.17.0', 'statsmodels==0.6.1', 'keras==0.3.2', 'shapely==1.5.3', 'osgeo==2.0.2'], + install_requires=['pysal==1.11.0', 'numpy==1.10.4', 'scipy==0.17.0', 'pandas==0.17.1', 'scikit-learn==0.17.0', 'statsmodels==0.6.1', 'keras==0.3.2', 'shapely==1.5.3', 'osgeo==2.0.2'], requires=['pysal', 'numpy', 'scipy', 'pandas', 'scikit-learn', 'statsmodels', 'keras', 'shapely', 'osgeo'],