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 1/2] [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", ] From f5b9f4fa82b9672e936bd5b2055df9196005c2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Tue, 8 Oct 2024 21:45:32 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa3fd74b..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.11.0", + "scikit-base>=0.6.1,<0.12.0", "scikit-learn>=0.24.0,<1.6.0", "scipy<2.0.0,>=1.2.0", ]