Update scikit-optimize to ft-scikit-optimize

Compatibility fork of scikit-optimize.
This commit is contained in:
Matthias
2023-12-09 12:12:30 +01:00
parent 48317c2307
commit 3bdfa85237
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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',
]