From f72ec2ca6cd40b5dae244e6813db431dd1f3158d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 00:47:07 +0000 Subject: [PATCH] CompatHelper: bump compat for "CategoricalArrays" to "0.10" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b833137..902db55 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] -CategoricalArrays = "0.8, 0.9" +CategoricalArrays = "0.8, 0.9, 0.10" CodecZlib = "0.4, 0.5, 0.6, 0.7" DataFrames = "0.21, 0.22, 1.0" FileIO = "1.6.5"