From f9e8a6c2d69363bc4f929bb4e6e204987f59e6ef Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 Jul 2024 01:28:35 +0000 Subject: [PATCH] CompatHelper: bump compat for Nemo to 0.46, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dfbba8d..6ddac89 100755 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ GenericLinearAlgebra = "0.3" Hypatia = "0.8.1" JuMP = "1.22" LinearAlgebra = "1" -Nemo = "0.39 - 0.45" +Nemo = "0.39 - 0.45, 0.46" Quadmath = "0.5.10" Random = "1" Requires = "1"