From 9152e76966dc35f3cff4d2be83359f31d557e4ba Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Wed, 29 Apr 2020 12:17:08 +0300 Subject: [PATCH] Add skopt version check into setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94c48a6a7..5a332057f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ plot = ['plotly>=4.0'] hyperopt = [ 'scipy', 'scikit-learn', - 'scikit-optimize', + 'scikit-optimize>=0.7.4', 'filelock', 'joblib', 'progressbar2',