From 50b0793cf70b5430e6e261f3d06c9ad933d61931 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Oct 2022 01:02:09 +0000 Subject: [PATCH] CompatHelper: bump compat for Juniper to 0.9, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 33eda8b..eec97d1 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572" Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84" Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9" PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655" -#Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b" [compat] Cbc = "0.8, 0.9" @@ -20,7 +19,7 @@ InfrastructureModels = "0.6, 0.7" Ipopt = "0.6, 0.7, 0.8, 0.9" JSON = "0.21" JuMP = "0.21, 0.22" -Juniper = "0.7, 0.8" +Juniper = "0.7, 0.8, 0.9" Memento = "1" PowerModels = "0.18, 0.19" julia = "1.1"