From 0732cc576adc269e088e6ffd61b0936008ce9224 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 6 Aug 2025 00:52:52 +0000 Subject: [PATCH] CompatHelper: bump compat for Surrogates to 7 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..3dd606c2d 100644 --- a/benchmarks/Surrogates/Project.toml +++ b/benchmarks/Surrogates/Project.toml @@ -15,5 +15,5 @@ Plots = "1" PrettyTables = "2" PythonCall = "0.9" Statistics = "1" -Surrogates = "6" +Surrogates = "6, 7" SurrogatesRandomForest = "0.1"