From 38c6ba6c0840a2f2c575c5ee67e083d0a5a65182 Mon Sep 17 00:00:00 2001 From: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:21:04 +0300 Subject: [PATCH] Update setup.py Co-Authored-By: Matthias --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a332057f..9c253ea4e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ plot = ['plotly>=4.0'] hyperopt = [ 'scipy', 'scikit-learn', - 'scikit-optimize>=0.7.4', + 'scikit-optimize>=0.7.0', 'filelock', 'joblib', 'progressbar2',