From df09d03de64a83eb3c8fa98026e208dbbc372c94 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 27 May 2016 14:59:24 +0000 Subject: [PATCH] adding sklearn to deps --- src/py/crankshaft/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/py/crankshaft/setup.py b/src/py/crankshaft/setup.py index 8d5e622..ed03f7b 100644 --- a/src/py/crankshaft/setup.py +++ b/src/py/crankshaft/setup.py @@ -40,9 +40,9 @@ 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', 'scikit-learn==0.17.1'], - requires=['pysal', 'numpy' ], + requires=['pysal', 'numpy','sklearn'], test_suite='test' )