From 90a155a581fbea2f0966b1c3d61fd87b48584865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:12:53 +0100 Subject: [PATCH] [MNT] [Dependabot](deps): Update scikit-base requirement from <0.10.0,>=0.6.1 to >=0.6.1,<0.12.0 (#468) Updates the requirements on [scikit-base](https://github.com/sktime/skbase) to permit the latest version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0086b2ed..7705925b 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.12.0", "scikit-learn>=0.24.0,<1.6.0", "scipy<2.0.0,>=1.2.0", ]