From eebdc08d1c9b77dea41bd038e930fd1edd28b5f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Nov 2025 01:44:06 +0000 Subject: [PATCH] CompatHelper: bump compat for FMI in [weakdeps] to 0.15, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4474f89e70..7049738a8f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelingToolkit" uuid = "961ee093-0014-501f-94e3-6117800e7a78" -authors = ["Yingbo Ma ", "Chris Rackauckas and contributors"] version = "10.21.0" +authors = ["Yingbo Ma ", "Chris Rackauckas and contributors"] [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -113,7 +113,7 @@ DomainSets = "0.6, 0.7" DynamicQuantities = "^0.11.2, 0.12, 0.13, 1" EnumX = "1.0.4" ExprTools = "0.1.10" -FMI = "0.14" +FMI = "0.14, 0.15" FindFirstFunctions = "1" ForwardDiff = "0.10.3, 1" FunctionWrappers = "1.1"