diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index 639d48da9..d7f440c0a 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -4,5 +4,5 @@ # Required for hyperopt scipy==1.11.4 scikit-learn==1.3.2 -scikit-optimize==0.9.0 +ft-scikit-optimize==0.9.2 filelock==3.13.1 diff --git a/setup.py b/setup.py index 2e92d0839..6bebf1553 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plot = ['plotly>=4.0'] hyperopt = [ 'scipy', 'scikit-learn<=1.1.3', - 'scikit-optimize>=0.7.0', + 'ft-scikit-optimize>=0.9.2', 'filelock', ]