From ae6c96c02211d65dc87bdc083de158034d165708 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 30 May 2025 00:47:54 +0000 Subject: [PATCH] CompatHelper: bump compat for ModelingToolkit to 10 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..d7be0fc29 100644 --- a/benchmarks/OptimizationFrameworks/Project.toml +++ b/benchmarks/OptimizationFrameworks/Project.toml @@ -38,7 +38,7 @@ Enzyme = "0.11, 0.12, 0.13" ForwardDiff = "0.10, 1" Ipopt = "1" JuMP = "1.15" -ModelingToolkit = "9" +ModelingToolkit = "9, 10" NLPModelsIpopt = "0.10" Nonconvex = "2" NonconvexIpopt = "0.4"