From b8b258f725cbee04d372e15f283eb8599d373a62 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 11 Feb 2023 00:19:03 +0000 Subject: [PATCH] CompatHelper: bump compat for Gridap to 0.17 for package introduction-to-pdenlpmodels, (drop existing compat) --- tutorials/introduction-to-pdenlpmodels/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-pdenlpmodels/Project.toml b/tutorials/introduction-to-pdenlpmodels/Project.toml index e7d0e5e..3a3aa6f 100644 --- a/tutorials/introduction-to-pdenlpmodels/Project.toml +++ b/tutorials/introduction-to-pdenlpmodels/Project.toml @@ -10,7 +10,7 @@ PDENLPModels = "80da258d-c172-4540-9646-64f172512520" [compat] DCISolver = "0.4.2" -Gridap = "0.15" +Gridap = "0.17" JSOSolvers = "0.9.4" NLPModels = "0.19.2" NLPModelsIpopt = "0.10.0"