From 040624dfc178589a19681f9ad63cc4a5c48cf8bf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:45:01 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package OptimizationFrameworks, (keep existing compat) --- benchmarks/OptimizationFrameworks/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/OptimizationFrameworks/Project.toml b/benchmarks/OptimizationFrameworks/Project.toml index 23e9c001c..5dbece241 100644 --- a/benchmarks/OptimizationFrameworks/Project.toml +++ b/benchmarks/OptimizationFrameworks/Project.toml @@ -47,7 +47,7 @@ Optimization = "3, 4" OptimizationMOI = "0.4, 0.5" Plots = "1" PowerModels = "0.19" -PrettyTables = "2" +PrettyTables = "2, 3" PythonCall = "0.9" ReverseDiff = "1" SparseDiffTools = "2"