From eb4cb9f443687d9777d5bf092ad9fe2bbcaee546 Mon Sep 17 00:00:00 2001 From: Hans Schoenemann Date: Sun, 8 Sep 2024 16:10:25 +0200 Subject: [PATCH] also check for equal orderings in map_ideal (#823) * also check for equal orderings in map_ideal * use new libsingular/Singular_jll * new Singular_jll --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ef5161de2..276351642 100644 --- a/Project.toml +++ b/Project.toml @@ -29,8 +29,8 @@ Pidfile = "1.3" Pkg = "1.6" Random = "1.6" RandomExtensions = "0.4.2" -Singular_jll = "~404.000.100" +Singular_jll = "~404.000.504" Statistics = "1.6" julia = "1.6" lib4ti2_jll = "1.6.10" -libsingular_julia_jll = "~0.45.2" +libsingular_julia_jll = "~0.45.3"