From ae287253f22ad074c96dc1bad003f655f95f1abd Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sun, 27 Mar 2022 13:25:15 +1300 Subject: [PATCH] Update to JuMP 1.0 (#37) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fc4ed35..076d229 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MINLPTests" uuid = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522" repo = "https://github.com/jump-dev/MINLPTests.jl.git" -version = "0.5.5" +version = "0.5.6" [deps] JuMP = "4076af6c-e467-56ae-b986-b466b2749572" @@ -9,7 +9,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Ipopt = "0.6, 0.7, 0.8, 1" -JuMP = "0.21, 0.22, 0.23" +JuMP = "0.21, 0.22, 0.23, 1" Juniper = "0.7, 0.8" julia = "1"