From f7c7fdaea82015e976d53a89a225da87f883a1bc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Feb 2023 00:16:39 +0000 Subject: [PATCH] CompatHelper: bump compat for DataFrames to 1 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..3581f15 100644 --- a/tutorials/introduction-to-bundleadjustmentmodels/Project.toml +++ b/tutorials/introduction-to-bundleadjustmentmodels/Project.toml @@ -5,5 +5,5 @@ NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6" [compat] BundleAdjustmentModels = "0.3.1" -DataFrames = "~1.3" +DataFrames = "1" NLPModels = "0.19"