From b701eae3d402b2eb3c681617ee98fe9bd93f32b2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Dec 2024 01:20:18 +0000 Subject: [PATCH] CompatHelper: bump compat for Hecke in [weakdeps] to 0.35, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e49f22503..86ff8aac4 100644 --- a/Project.toml +++ b/Project.toml @@ -48,7 +48,7 @@ Combinatorics = "1.0" DataStructures = "0.18" DocStringExtensions = "0.9" Graphs = "1.9" -Hecke = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" +Hecke = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35" HostCPUFeatures = "0.1.6" ILog2 = "0.2.3, 1, 2" InteractiveUtils = "1.9"