From 66f661c899cd9a6674c9d9666db88a433f4f34e2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:52:01 +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 1b6471d6..aa7ad7e0 100644 --- a/Project.toml +++ b/Project.toml @@ -88,7 +88,7 @@ OrdinaryDiffEqVerner = "1" PEtab = "3" PlotUtils = "1.0.9 - 1.1, 1.2" PreallocationTools = "0.4" -PrettyTables = "1, 2" +PrettyTables = "1, 2, 3" ProgressMeter = "1.5, 1.6, 1.7" RecipesBase = "1" RecursiveArrayTools = "3"