From 660ad1f54a2f7ab429a254a39e05bd56d5bb87f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:01:01 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Update polars requirement Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-0.0.1...py-1.4.0) --- updated-dependencies: - dependency-name: polars 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 08ff335e..7fdf216c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ all_extras = [ "mapie", "matplotlib>=3.3.2", "ngboost<0.6.0", - "polars<1.3.0", + "polars<1.5.0", "pyarrow<14.0.0; python_version < '3.12'", "scikit-survival<0.24.0", "statsmodels>=0.12.1",