From 206f8343b5b531ace6810361d9d0890f3a9adc7b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Sep 2021 00:05:13 +0000 Subject: [PATCH] CompatHelper: bump compat for MathOptInterface to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41b1f8f..1d96271 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ DataFrames = "1" Ipopt = "0.6, 0.7" JSON = "0.21" JuMP = "0.21" -MathOptInterface = "0.9" +MathOptInterface = "0.9, 0.10" Plots = "1" PowerModels = "0.17, 0.18" PowerModelsSecurityConstrained = "0.7, 0.8"