From 61dceaf3656807b6e7f930e8fa3a2c1b8a046eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:22:06 +0000 Subject: [PATCH] Update scikit-base requirement from <1.0.0 to <2.0.0 Updates the requirements on [scikit-base](https://github.com/sktime/skbase) to permit the latest version. - [Release notes](https://github.com/sktime/skbase/releases) - [Commits](https://github.com/sktime/skbase/compare/v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: scikit-base dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae407fe4..db225265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "numpy >=1.18.1, <3.0.0", "pandas <3.0.0", "gradient-free-optimizers >=1.2.4, <2.0.0", - "scikit-base <1.0.0", + "scikit-base <2.0.0", "scikit-learn <1.8.0", ]