From 0114ad11629025a3746b0e185fd7bc7316ca70d1 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Tue, 3 Jun 2025 15:28:31 -0400 Subject: [PATCH] stop supporting MTK@9 MTK v9 and v10 are not mutually usable, so if we support MTK v10, we aren't supporting MTK v9 anymore --- lib/ODEProblemLibrary/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index 983418c..c9db127 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -15,7 +15,7 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47" Aqua = "0.5" DiffEqBase = "6" Latexify = "0.16" -ModelingToolkit = "9, 10" +ModelingToolkit = "10" RuntimeGeneratedFunctions = "0.5" julia = "1.10"