From 1a2ba147dd7e14322d0fe7d208d5886d3c4aeb04 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:48:41 +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 9d79b96d62..37509f7e94 100644 --- a/Project.toml +++ b/Project.toml @@ -76,7 +76,7 @@ LinearAlgebra = "1" Logging = "1" NVTX = "1" Preferences = "1" -PrettyTables = "2" +PrettyTables = "2, 3" Printf = "1" Random = "1" Random123 = "1.2"