diff --git a/setup.py b/setup.py index 6bebf1553..e8215a3e2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup plot = ['plotly>=4.0'] hyperopt = [ 'scipy', - 'scikit-learn<=1.1.3', + 'scikit-learn', 'ft-scikit-optimize>=0.9.2', 'filelock', ]