From 596f93597ea67766b8aa143c44fda790eec82f81 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Dec 2025 14:05:23 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables in [extras] to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 199a2e2f42..dedddd2a2b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" -authors = ["CliMA Contributors "] version = "0.14.44" +authors = ["CliMA Contributors "] [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -67,7 +67,7 @@ Logging = "1" MultiBroadcastFusion = "0.3.1, 0.4" NVTX = "0.3, 1" PkgVersion = "0.1, 0.2, 0.3" -PrettyTables = "2" +PrettyTables = "2, 3" Random = "1" RecursiveArrayTools = "3.2" RootSolvers = "0.3, 0.4, 1.0"