From 1a12d9b4e271c092bbc405ccd3d31f5e1a4d16d0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 30 Jan 2024 00:07:51 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.41, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b8999467..1bc8814f 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" ModelingToolkit = "8.74" -Nemo = "0.38.3, 0.39" +Nemo = "0.38.3, 0.39, 0.41" ParamPunPam = "0.3.1" PrecompileTools = "1.2" Primes = "0.5"