From f57feec61fde6603561d0b6817211bce4bfa129f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:43:35 +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 0cd542b..1660888 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ Combinatorics = "1" DataFrames = "1.6.0" Distributions = "0.25.0" LinearAlgebra = "1" -PrettyTables = "2" +PrettyTables = "2, 3" Random = "1" SafeTestsets = "0.1.0" julia = "1"