From adaea1f555ff455ea036a85d05ccd562a202add3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:32:03 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package AutomaticDifferentiation, (keep existing compat) --- benchmarks/AutomaticDifferentiation/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/AutomaticDifferentiation/Project.toml b/benchmarks/AutomaticDifferentiation/Project.toml index 2fe44acf9..8e81f9126 100644 --- a/benchmarks/AutomaticDifferentiation/Project.toml +++ b/benchmarks/AutomaticDifferentiation/Project.toml @@ -35,7 +35,7 @@ ForwardDiff = "0.10, 1" OrdinaryDiffEq = "6" ParameterizedFunctions = "5" Plots = "1" -PrettyTables = "2" +PrettyTables = "2, 3" ReverseDiff = "1" SciMLBenchmarks = "0.1" SciMLSensitivity = "7"