From 90070591ac7dfbd9398807721fd6bd1e4a67bc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Wed, 24 Jan 2024 14:55:57 +0100 Subject: [PATCH] Chore: Adapt to new AA and Nemo --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 45c3d2354..68998de06 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Singular" uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c" -version = "0.21.3" +version = "0.21.4" [deps] AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d" @@ -19,12 +19,12 @@ lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f" libsingular_julia_jll = "ae4fbd8f-ecdb-54f8-bbce-35570499b30e" [compat] -AbstractAlgebra = "0.34, 0.35" +AbstractAlgebra = "0.34, 0.35, 0.36" BinaryWrappers = "~0.1.1" CxxWrap = "0.14" Libdl = "1.6" LinearAlgebra = "1.6" -Nemo = "0.38, 0.39" +Nemo = "0.38, 0.39, 0.40" Pidfile = "1.3" Pkg = "1.6" Random = "1.6"