From 04f1ac619dff6c754068dc619d60360df10d3aef Mon Sep 17 00:00:00 2001 From: "Daniel G. Krakowczyk" Date: Wed, 13 Sep 2023 14:34:28 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79f722144..6f28ebd84 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.20.0", + "polars>=0.19.0,<0.20.0", "pyarrow>=11.0.0,<12", "scipy>=1.5.4,<2", "tqdm>=4.0.0,<5"