From e7a298c683f40d39cdc5cabf50a32b4fcf4115e2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 30 Jan 2024 00:13:30 +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 0981b80e8..f23baa307 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ BinaryWrappers = "~0.1.1" CxxWrap = "0.14" Libdl = "1.6" LinearAlgebra = "1.6" -Nemo = "0.40" +Nemo = "0.40, 0.41" Pidfile = "1.3" Pkg = "1.6" Random = "1.6"