From 270db57ce18d3e4fdacf6929052973f2eb547dac Mon Sep 17 00:00:00 2001 From: "Daniel G. Krakowczyk" Date: Wed, 13 Sep 2023 14:15:58 +0200 Subject: [PATCH] chore: Migrate to polars v0.19 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70529e939..79f722144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "matplotlib>=3.0.0,<4", "numpy>=1.10.0,<2", "pandas>1.0.0,<3", - "polars>=0.18.3,<0.19.0", + "polars>=0.18.3,<0.20.0", "pyarrow>=11.0.0,<12", "scipy>=1.5.4,<2", "tqdm>=4.0.0,<5"