From af959157106785c3f9c068cf04bc2fb3d70ff357 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Mar 2023 00:16:56 +0000 Subject: [PATCH] CompatHelper: bump compat for NLPModels to 0.20 for package introduction-to-bundleadjustmentmodels, (drop existing compat) --- tutorials/introduction-to-bundleadjustmentmodels/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/introduction-to-bundleadjustmentmodels/Project.toml b/tutorials/introduction-to-bundleadjustmentmodels/Project.toml index 40c01e8..077b659 100644 --- a/tutorials/introduction-to-bundleadjustmentmodels/Project.toml +++ b/tutorials/introduction-to-bundleadjustmentmodels/Project.toml @@ -6,4 +6,4 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6" [compat] BundleAdjustmentModels = "0.3.1" DataFrames = "~1.3" -NLPModels = "0.19" +NLPModels = "0.20"