From 260de95e0e15aa8bb0d377f15d829def35cac825 Mon Sep 17 00:00:00 2001 From: alceal Date: Mon, 21 Oct 2024 08:01:11 +0200 Subject: [PATCH] chore: remove Polars dtype-categorical feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e430472..d88db48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["visualization"] bon = "2.3.0" plotly = "0.10.0" polars = { version = "0.43.1", features = [ - "dtype-categorical", + # "dtype-categorical", "lazy", "strings", ] }