From 7b84f01f49eae2fb508ee365f0efacc1edaa7c9d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 04:18:13 +0000 Subject: [PATCH] CompatHelper: bump compat for CategoricalArrays to 1, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7898bd07..f58871d0 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ AlgebraOfGraphics = "0.11" Books = "3" CSV = "0.10" CairoMakie = "0.15" -CategoricalArrays = "0.10" +CategoricalArrays = "1" ColorSchemes = "3" Colors = "0.13" DataFrames = "1.7"