From 4090a1d0d6bcd822f026f764de66c79503c2c832 Mon Sep 17 00:00:00 2001 From: Alexander Demin <60229118+sumiya11@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:45:48 +0300 Subject: [PATCH 1/2] restrict Groebner to 0.8.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a3cbefecb..730d195c3 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ DocStringExtensions = "0.9" DomainSets = "0.6, 0.7" DynamicPolynomials = "0.5, 0.6" ForwardDiff = "0.10.36" -Groebner = "0.8" +Groebner = "0.8.2" IfElse = "0.1" LaTeXStrings = "1.3" LambertW = "1.0.0" From 3e31a75d456da90318b852b011c43a42bd091171 Mon Sep 17 00:00:00 2001 From: Alexander Demin <60229118+sumiya11@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:46:13 +0300 Subject: [PATCH 2/2] in docs, restrict Groebner to 0.8.2 --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3106b98fe..f6166214c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,7 +13,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] BenchmarkTools = "1.3" Documenter = "1" -Groebner = "0.8" +Groebner = "0.8.2" Latexify = "0.15, 0.16" Nemo = "0.45, 0.46" OrdinaryDiffEq = "6.31"