From 505ae0fb4453e81d8995ff20d1ad523e9e2d85ee Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 29 Jun 2016 17:02:15 +0200 Subject: [PATCH] Go back to using numpy==1.6.1 --- src/py/crankshaft/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/py/crankshaft/setup.py b/src/py/crankshaft/setup.py index de6aeee..cd8ad99 100644 --- a/src/py/crankshaft/setup.py +++ b/src/py/crankshaft/setup.py @@ -40,7 +40,8 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. - install_requires=['joblib==0.8.3', 'numpy==1.11.0', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], + # IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. + install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], requires=['pysal', 'numpy', 'sklearn'],