From 6cbff0cdbce0b3a419f05fe61aee8322f331c860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Tue, 6 Aug 2024 02:54:39 +0300 Subject: [PATCH] build: lower minimum MTK version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5309edb54..943c67dab 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ DataInterpolations = "4.6, 5, 6" DiffEqBase = "6.152" IfElse = "0.1" LinearAlgebra = "1.10" -ModelingToolkit = "9.29" +ModelingToolkit = "9.28" OrdinaryDiffEq = "6.87" SafeTestsets = "0.1" Symbolics = "5.35.1, 6"