From 96d82073a505dc6c6a8a25396ee7458fb40dbe62 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Apr 2023 00:18:22 +0000 Subject: [PATCH] CompatHelper: bump compat for GR to 0.72 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..dcc5499 100644 --- a/tutorials/introduction-to-nlpmodelsipopt/Project.toml +++ b/tutorials/introduction-to-nlpmodelsipopt/Project.toml @@ -13,7 +13,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] ADNLPModels = "0.6" DataFrames = "1.3.4" -GR = "0.71" +GR = "0.72" Ipopt = "1.0.3" JuMP = "1.1.1" NLPModels = "0.20.0"