From e22fc451748e3ffb7ccb3b0fda2e9615e243003f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 18 Feb 2025 00:10:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Groebner to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e2855c842..8c9ecec6a 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ CPUSummary = "0.2" Combinatorics = "1" DataStructures = "0.18" Dates = "1.10, 1.11" -Groebner = "0.8.1" +Groebner = "0.8.1, 0.9" IterTools = "1" LinearAlgebra = "1.10, 1.11" Logging = "1.10, 1.11"