From 6e758acd2610ec5ea04e55d8c1c0b11177e65330 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:32:40 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package AutomaticDifferentiationSparse, (keep existing compat) --- benchmarks/AutomaticDifferentiationSparse/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/AutomaticDifferentiationSparse/Project.toml b/benchmarks/AutomaticDifferentiationSparse/Project.toml index f93d440af..b55b61ef4 100644 --- a/benchmarks/AutomaticDifferentiationSparse/Project.toml +++ b/benchmarks/AutomaticDifferentiationSparse/Project.toml @@ -31,7 +31,7 @@ ForwardDiff = "0.10, 1" Mooncake = "0.4" Plots = "1" PreallocationTools = "0.4" -PrettyTables = "2" +PrettyTables = "2, 3" SparseConnectivityTracer = "0.6, 1" SparseDiffTools = "2" SparseMatrixColorings = "0.4"