From 210d6f0a6ca999a905d1196193b5164c73554279 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 Dec 2023 00:36:20 +0000 Subject: [PATCH] CompatHelper: bump compat for GroupsCore to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4754b7b9a8..e40f2307c8 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -GroupsCore = "0.4.0" +GroupsCore = "0.4.0, 0.5" InteractiveUtils = "1.6" LinearAlgebra = "1.6" MacroTools = "0.5"