From ca1fb9c0534cc053964244eaf240909330ff1577 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Aug 2025 00:50:06 +0000 Subject: [PATCH] CompatHelper: bump compat for PrettyTables to 3 for package Surrogates, (keep existing compat) --- benchmarks/Surrogates/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Surrogates/Project.toml b/benchmarks/Surrogates/Project.toml index d3a0347b5..d2705c6ef 100644 --- a/benchmarks/Surrogates/Project.toml +++ b/benchmarks/Surrogates/Project.toml @@ -12,7 +12,7 @@ SurrogatesRandomForest = "3fee2672-df33-422b-aa65-d915eeac013a" BenchmarkTools = "1" CondaPkg = "0.2" Plots = "1" -PrettyTables = "2" +PrettyTables = "2, 3" PythonCall = "0.9" Statistics = "1" Surrogates = "6"