From e322ae4d0e33d27e251040f32b4830a3ea30f402 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 21 Feb 2024 00:08:09 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.43, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d0d1e5ae..75269fbf 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 = "8.75" -Nemo = "0.38.3, 0.39, 0.40, 0.41, 0.42" +Nemo = "0.38.3, 0.39, 0.40, 0.41, 0.42, 0.43" ParamPunPam = "0.3" Pkg = "1.6, 1.7" PrecompileTools = "1.2"