From 9c1f1edc67fdad4fef2dec380e90e49e0e067b79 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Nov 2023 00:08:06 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.38, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a17570a4b..3cdc668c5 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" ModelingToolkit = "7, 8" -Nemo = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37" +Nemo = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" ParamPunPam = "0.2" PrecompileTools = "1" Primes = "0.5"