From d87ffd55dc83f527d0b831f9fdf468d735bd53f2 Mon Sep 17 00:00:00 2001 From: Chinmaya Pancholi Date: Thu, 17 Aug 2017 18:50:35 +0530 Subject: [PATCH] Pin sklearn version to 0.18.2 (#1538) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6097e34c5a..912fb1075a 100644 --- a/setup.py +++ b/setup.py @@ -229,7 +229,7 @@ def finalize_options(self): test_env = [ 'testfixtures', 'Morfessor == 2.0.2a4', - 'scikit-learn', + 'scikit-learn == 0.18.2', 'pyemd', 'annoy', 'tensorflow >= 1.1.0',