From 64fcb1ed11292d419b0ded645339a180c27f66d1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 16 Jun 2023 10:15:45 +0200 Subject: [PATCH] Better pin scikit-learn caused by #7896 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 106b5b6d3..b394a6877 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup plot = ['plotly>=4.0'] hyperopt = [ 'scipy', - 'scikit-learn', + 'scikit-learn<=1.1.3', 'scikit-optimize>=0.7.0', 'filelock', ]