From 4f39802e261af42349c804332fff545ae98b9326 Mon Sep 17 00:00:00 2001 From: Kay Date: Tue, 5 Nov 2024 23:23:53 +0800 Subject: [PATCH] fix: polars to work with m1 chip arm --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dd1b70ae..1d809766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,7 @@ dependencies = [ "pandas", "Pillow", "polars", + "polars-lts-cpu", "pydot", "pytest", "pytest-cov",