From 060982ee03dd6bb311d09609404b0425bb3c2c56 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Thu, 15 Sep 2022 13:26:07 +0100 Subject: [PATCH] pin polars to 0.14.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9899ab..b8262b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas = "^1.4.3" pyliftover = "^0.4" requests = "^2.28.1" jq = "^1.2.2" -polars = "^0.14.9" +polars = "0.14.9" [tool.poetry.dev-dependencies] pytest = "^7.1.2"