From a8ec4572f59738e7163e42e639bbfb6d409238fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 23 Feb 2024 00:09:53 +0000 Subject: [PATCH] CompatHelper: bump compat for ModelingToolkit to 9 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3c675eb123..9d9830654a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -22,7 +22,7 @@ BenchmarkTools = "1.3" DifferentialEquations = "7.6" Distributions = "0.25" Documenter = "0.27" -ModelingToolkit = "8.33" +ModelingToolkit = "8.33, 9" NonlinearSolve = "0.3, 1" Optim = "1.7" Optimization = "3.9"