From cd1bb853da65048901271d49e428562948a512d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:40:59 +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.13.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 36aefae9..bfe543c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ all_extras = [ "mapie; python_version < '3.13'", "matplotlib>=3.3.2", "ngboost<0.6.0; python_version < '3.13'", - "polars<1.10.0", + "polars<1.14.0", "pyarrow<14.0.0; python_version < '3.12'", "scikit-survival<0.24.0; python_version < '3.13'", "statsmodels>=0.12.1",