From 71f694e3f14cf10801af17ceb4ca7218b00a2647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:20:26 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.4 to >=1.9.0 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.0...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 733fbcc..fc6157a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dashboard = ["streamlit>=1.60"] # Data downloads. Isolated so tests can run fully offline. yahoo = ["yfinance>=0.2.40"] # Optional analytical accelerators for advanced parameter search/ML strategies. -extra = ["scikit-learn>=1.4", "optuna>=3.5"] +extra = ["scikit-learn>=1.9.0", "optuna>=3.5"] dev = [ "pytest>=8.0", "pytest-cov>=4.1",