From 5c628e5973b5b6d7bd22bc7fe285d999c65f680d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:59:54 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 46ddf258..eec48d94 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ MLJModelInterface = "1.11" Missings = "0.4, 1" OrderedCollections = "1.1" Parameters = "0.12" -PrettyTables = "1, 2" +PrettyTables = "1, 2, 3" ProgressMeter = "1.7.1" RecipesBase = "1" Reexport = "1.2"