From 29372c48659823558de685c2dff8c8885d6a7e0f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 09:27:40 +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 009c2a98..e2accc21 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ LoopVectorization = "0.12" MixedSubdivisions = "1" MultivariatePolynomials = "0.5" Parameters = "0.12" -PrettyTables = "2.1" +PrettyTables = "2.1, 3" ProgressMeter = "1.7.2" ProjectiveVectors = "1.1" Reexport = "0.2, 1.0"