From 5e77c5ef8eafc2b8c686fde6a0cc521eea416e7c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 01:11:14 +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 c48b408..18423c0 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ DelimitedFiles = "1" GenericLinearAlgebra = "0.2, 0.3" GeometricBase = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12" Polynomials = "1, 2, 3, 4" -PrettyTables = "1, 2" +PrettyTables = "1, 2, 3" Reexport = "1" StaticArrays = "1" julia = "1.8"