From 971c639322bc929b711b2c8f2c39646a03b3a542 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Mar 2023 00:17:50 +0000 Subject: [PATCH] CompatHelper: bump compat for NLPModels to 0.20 for package introduction-to-cutest, (drop existing compat) --- tutorials/introduction-to-cutest/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-cutest/Project.toml b/tutorials/introduction-to-cutest/Project.toml index ccdf485..71569b9 100644 --- a/tutorials/introduction-to-cutest/Project.toml +++ b/tutorials/introduction-to-cutest/Project.toml @@ -9,5 +9,5 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" CUTEst = "0.13" JSON = "0.21" Krylov = "0.9" -NLPModels = "0.19" +NLPModels = "0.20" Plots = "1"