From 9daaa8c54f376e817f54130bd6e9f0331fefc02b Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 19 Aug 2024 14:19:54 +0200 Subject: [PATCH] Support SymbolicUtils 1.7.0 and 1.7.1 in MTK v8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7582ff9f8c..68a1efb2b4 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 = "8.76.0" +version = "8.77.0" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -99,7 +99,7 @@ SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.3.1" -SymbolicUtils = "1.0 - 1.5.1" +SymbolicUtils = "1.0 - 1.5.1, 1.7" Symbolics = "5.7" URIs = "1" UnPack = "0.1, 1.0"