From fde29d5662e3bb48af42bd464e96c56b435e148d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 Aug 2025 01:08:46 +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 7f20396..44a525d 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Graphs = "1" IterTools = "1.4" MetaGraphs = "0.7" OMEinsum = "0.7" -PrettyTables = "2.2" +PrettyTables = "2.2, 3" SimpleTraits = "0.9" SimpleValueGraphs = "0.4" SimpleWeightedGraphs = "1.2"