From 29f49b2e207f0769bcab29e803a4a5c4d25d4553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:44:38 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Update scikit-base requirement 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.6.1...v0.10.0) --- updated-dependencies: - dependency-name: scikit-base 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 0086b2ed..aa3fd74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "numpy>=1.21.0,<2.2", "pandas>=1.1.0,<2.3.0", "packaging", - "scikit-base>=0.6.1,<0.10.0", + "scikit-base>=0.6.1,<0.11.0", "scikit-learn>=0.24.0,<1.6.0", "scipy<2.0.0,>=1.2.0", ]