From 970784772ee660cda65368f973890c99603aafc6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Jul 2023 00:18:30 +0000 Subject: [PATCH] CompatHelper: bump compat for ADNLPModels to 0.7 for package introduction-to-adnlpmodels, (drop existing compat) --- tutorials/introduction-to-adnlpmodels/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-adnlpmodels/Project.toml b/tutorials/introduction-to-adnlpmodels/Project.toml index da0a52d..15bb507 100644 --- a/tutorials/introduction-to-adnlpmodels/Project.toml +++ b/tutorials/introduction-to-adnlpmodels/Project.toml @@ -4,5 +4,5 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6" [compat] -ADNLPModels = "0.6" +ADNLPModels = "0.7" NLPModels = "0.20"