From f13495d4c1f6abf324112e081482566b9508a14e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:25:28 +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 24648a51ff..bb0ac1f38b 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ JLD2 = "0.4" MLDatasets = "0.7" MLUtils = "0.2.6, 0.3, 0.4" Parameters = "0.12" -PrettyTables = "1.2, 2" +PrettyTables = "1.2, 2, 3" Reexport = "1.0" Requires = "1" Setfield = "0.7, 0.8, 1"