From 2af5a03ce284966b8d6aafeb6451ff4a302d19dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 15 Jan 2026 00:12:37 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.54, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 574c3575..404d0bdf 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ LinearAlgebra = "1.10, 1.11" Logging = "1.10, 1.11" MacroTools = "0.5" ModelingToolkitBase = "1.1.0" -Nemo = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53" +Nemo = "0.46, 0.47, 0.48, 0.49, 0.50, 0.51, 0.52, 0.53, 0.54" ParamPunPam = "0.5.5" Pkg = "1.10, 1.11" PrecompileTools = "1.2"