From 80c848c168ffb112553d065d4ac0cd9f1ac701d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:50:29 +0000 Subject: [PATCH] build(deps): Update polars requirement from <=1.6.0 to <=1.23.0 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.23.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-minimal.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 625f975e..ad5614e8 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -5,7 +5,7 @@ loguru<=0.7.2 more-itertools numpy<=1.26.4 pandas<=2.1.2 -polars<=1.6.0 +polars<=1.23.0 PuLP<2.8.0 pyarrow pybedtools diff --git a/requirements.txt b/requirements.txt index 98c3cd44..c9bc9dbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pandera<=0.22.1 panel<=1.3.0 papermill plotly>5.0.0,<=5.18.0 -polars<=1.6.0 +polars<=1.23.0 pyarrow>11.0.0,<15.0.0 pybedtools<=0.9.1 pydantic>2.4.0,<2.11.0