Ease install dependencies for scikit-learn

This commit is contained in:
Matthias 2023-12-09 12:12:52 +01:00
parent 3bdfa85237
commit d428d48393

View File

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