From 31d9fc0cdcae7370ae3839a5a007532bab432a4e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 8 Oct 2022 01:02:14 +0000 Subject: [PATCH] CompatHelper: bump compat for Ipopt to 1, (keep existing compat) --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 33eda8b..0369bf4 100644 --- a/Project.toml +++ b/Project.toml @@ -12,12 +12,11 @@ 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" InfrastructureModels = "0.6, 0.7" -Ipopt = "0.6, 0.7, 0.8, 0.9" +Ipopt = "0.6, 0.7, 0.8, 0.9, 1" JSON = "0.21" JuMP = "0.21, 0.22" Juniper = "0.7, 0.8"