From 57ef664bbd63413ad54601324e39d33305b9d20b Mon Sep 17 00:00:00 2001 From: Dmitry Khorkin <32310771+DimaAmega@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:18:11 +0400 Subject: [PATCH] fix CI (#1393) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 296c026113..8ac38d2812 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ install_requires=[ "plotly>=5.10.0", "statsmodels>=0.12.2", - "scikit-learn>=1.0.1", + "scikit-learn>=1.0.1,<1.6.0", "pandas[parquet]>=1.3.5", "numpy>=1.22.0,<2.1", "nltk>=3.6.7",