From f18f2953389aedd9bc4c44bb02794ac881539e9e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Sep 2024 00:09:41 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.47, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 93c424eb..b6ef4b68 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" ModelingToolkit = "9.33" -Nemo = "0.43, 0.44, 0.45, 0.46" +Nemo = "0.43, 0.44, 0.45, 0.46, 0.47" ParamPunPam = "0.4" Pkg = "1.6, 1.7" PrecompileTools = "1.2"