From a08fe504b9c041a3121ddff04436a38248118faa Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 20 Sep 2021 00:06:05 +0000 Subject: [PATCH] CompatHelper: bump compat for Ipopt to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 41b1f8f..e56d065 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ CSV = "0.8" CategoricalArrays = "0.9, 0.10" Combinatorics = "1.0" DataFrames = "1" -Ipopt = "0.6, 0.7" +Ipopt = "0.6, 0.7, 0.8" JSON = "0.21" JuMP = "0.21" MathOptInterface = "0.9"