Better pin scikit-learn

caused by #7896
This commit is contained in:
Matthias
2023-06-16 10:15:45 +02:00
parent dec3c0f374
commit 64fcb1ed11

View File

@@ -5,7 +5,7 @@ from setuptools import setup
plot = ['plotly>=4.0'] plot = ['plotly>=4.0']
hyperopt = [ hyperopt = [
'scipy', 'scipy',
'scikit-learn', 'scikit-learn<=1.1.3',
'scikit-optimize>=0.7.0', 'scikit-optimize>=0.7.0',
'filelock', 'filelock',
] ]