From acedcc3145f9441dc83089a4407a94a440a029e4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Sep 2024 01:40:11 +0000 Subject: [PATCH] CompatHelper: bump compat for Hungarian to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5783ce8..472801f 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] BlossomV = "0.4" Graphs = "1.4, 1.7" -Hungarian = "0.4, 0.6" +Hungarian = "0.4, 0.6, 0.7" JuMP = "1" MathOptInterface = "1" julia = "1"