From ef4c79e16a4a95302c5080bf85dbacbd8e00cb43 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Mar 2026 02:13:01 +0000 Subject: [PATCH] CompatHelper: bump compat for Hypatia in [extras] to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 85ff3ae71..2a60562a3 100644 --- a/Project.toml +++ b/Project.toml @@ -22,8 +22,8 @@ KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537" [extensions] -FrankWolfeProxExt = "ProximalOperators" FrankWolfeKrylovKitExt = "KrylovKit" +FrankWolfeProxExt = "ProximalOperators" [compat] Aqua = "0.8" @@ -39,7 +39,7 @@ GLPK = "1" GenericSchur = "0.5.3" HiGHS = "1" Hungarian = "0.6, 0.7" -Hypatia = "0.8.2" +Hypatia = "0.8.2, 0.9" JSON = "1" JuMP = "1" KrylovKit = "0.10.2"