From 5b5c0bd58a12aedc40e3d7c71bb5a8021c7e0a28 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 Sep 2022 00:04:54 +0000 Subject: [PATCH] CompatHelper: bump compat for Ipopt to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4df3bf3..18f2cf9 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -Ipopt = "0.6.5 - 0.7, 0.8" +Ipopt = "0.6.5 - 0.7, 0.8, 1" MathProgBase = "0.7" julia = "1.6"