From 1661442bbd8bede3eee50947b107fc1732651750 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Jan 2024 00:08:59 +0000 Subject: [PATCH] CompatHelper: bump compat for Groebner to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 053a2735..6d621b93 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ BenchmarkTools = "1" Combinatorics = "1" DataStructures = "0.18" Dates = "1.6, 1.7" -Groebner = "0.4, 0.5" +Groebner = "0.4, 0.5, 0.6" IterTools = "1" LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7"