From 553c18e10ed83d5b77e0414d98ae93e6168f1e57 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Sep 2024 01:28:55 +0000 Subject: [PATCH] CompatHelper: bump compat for OptimizationMetaheuristics to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 71d5f3c..742a739 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ IntervalSets = "^0.7" LinearAlgebra = "1" MakieCore = "0.7, 0.8" Optimization = "^3.15" -OptimizationMetaheuristics = "^0.1.2, 0.2" +OptimizationMetaheuristics = "^0.1.2, 0.2, 0.3" PrecompileTools = "^1.1" Reexport = "^1.2" SpecialFunctions = "2"