From 364536b7d226f75daafe37b0e8d4060149b1b51e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 24 Aug 2025 01:17:49 +0000 Subject: [PATCH] CompatHelper: bump compat for CategoricalArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dcccf59..cf65868 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ LossFunctionsExt = "LossFunctions" ScientificTypesExt = "ScientificTypes" [compat] -CategoricalArrays = "0.10" +CategoricalArrays = "0.10, 1" CategoricalDistributions = "0.1" Distributions = "0.25" LearnAPI = "0.2, 1"