From bb54227aa84c1f1b755ffb4ce8ca019234b0b57f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 Dec 2025 00:11:36 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.53, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cab97a30..9656e303 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ LinearAlgebra = "1.10, 1.11" Logging = "1.10, 1.11" MacroTools = "0.5" ModelingToolkit = "10.22" -Nemo = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52" +Nemo = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53" ParamPunPam = "0.5.5" Pkg = "1.10, 1.11" PrecompileTools = "1.2"