From 786b583eb1b816d9a508523794ac8991bec85697 Mon Sep 17 00:00:00 2001 From: Priya Sundaram Date: Wed, 2 Sep 2026 07:37:11 +0000 Subject: [PATCH 1/2] build: upgrade scikit-learn>=1.9.0 and scipy>=1.18.1 specifiers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13c439fbb678..0cb2d6160900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dependencies = [ "pandas>=2.3.3", "pillow>=11.3", "rich>=13.9.4", - "scikit-learn>=1.5.2", - "scipy>=1.16.2", + "scikit-learn>=1.9.0", + "scipy>=1.18.1", "statsmodels>=0.14.4", "sympy>=1.13.3", "tweepy>=4.14", From 35c92f834888aecc404f297dd1df9d04c68f625e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 07:37:52 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cb2d6160900..1f51bddc8a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas>=2.3.3", "pillow>=11.3", "rich>=13.9.4", - "scikit-learn>=1.9.0", + "scikit-learn>=1.9", "scipy>=1.18.1", "statsmodels>=0.14.4", "sympy>=1.13.3",