Ease install dependencies for scikit-learn

This commit is contained in:
Matthias
2023-12-09 12:12:52 +01:00
parent 3bdfa85237
commit d428d48393
+1 -1
View File
@@ -5,7 +5,7 @@ from setuptools import setup
plot = ['plotly>=4.0'] plot = ['plotly>=4.0']
hyperopt = [ hyperopt = [
'scipy', 'scipy',
'scikit-learn<=1.1.3', 'scikit-learn',
'ft-scikit-optimize>=0.9.2', 'ft-scikit-optimize>=0.9.2',
'filelock', 'filelock',
] ]