From 2206649604e3e73b63ae6b1cf98c8ecceae7c688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:02:10 +0000 Subject: [PATCH] CompatHelper: bump compat for "Nemo" to "0.28" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 73622966f..d69dbb59a 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ GroebnerBasis = "0.1, 0.2, 0.3" IterTools = "1" MacroTools = "0.5" ModelingToolkit = "7" -Nemo = "0.24, 0.25, 0.26, 0.27" +Nemo = "0.24, 0.25, 0.26, 0.27, 0.28" Primes = "0.5" Singular = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9" SpecialFunctions = "1, 2"