From 5d0eea516d5094c2f4b1b35e2f2cd7868487faf6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Jul 2023 00:22:57 +0000 Subject: [PATCH] CompatHelper: bump compat for ADNLPModels to 0.7 for package introduction-to-nlpmodelsipopt, (drop existing compat) --- tutorials/introduction-to-nlpmodelsipopt/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-nlpmodelsipopt/Project.toml b/tutorials/introduction-to-nlpmodelsipopt/Project.toml index dcb0b8b..d0935a0 100644 --- a/tutorials/introduction-to-nlpmodelsipopt/Project.toml +++ b/tutorials/introduction-to-nlpmodelsipopt/Project.toml @@ -11,7 +11,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -ADNLPModels = "0.6" +ADNLPModels = "0.7" DataFrames = "1.3.4" GR = "0.71" Ipopt = "1.0.3"