From 02f2c3c9699d03cae27a56ada1553b84fb52f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:39:53 +0100 Subject: [PATCH] [MNT] [Dependabot](deps-dev): Update scikit-base requirement from <0.7.0 to <0.8.0 (#5694) 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 5785e10368b..71eccc866f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "numpy<1.27,>=1.21", # required for framework layer and base class logic "packaging", # for estimator specific dependency parsing "pandas<2.2.0,>=1.1", # pandas is the main in-memory data container - "scikit-base<0.7.0", # base module for sklearn compatible base API + "scikit-base<0.8.0", # base module for sklearn compatible base API "scikit-learn<1.4.0,>=0.24", # required for estimators and framework layer "scipy<2.0.0,>=1.2", # required for estimators and framework layer ]