From 7bc8384ad53fae19ecfdecd00bef733a3ce7b0b8 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 5 Oct 2024 09:51:08 -0400 Subject: [PATCH] Use symbolicutils v3 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8308aa1..17ae919 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CellMLToolkit" uuid = "03cb29e0-1ef4-4721-aa24-cf58a006576f" authors = ["Shahriar Iravanian "] -version = "2.12.0" +version = "2.13.0" [deps] EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" @@ -20,7 +20,7 @@ ModelingToolkit = "9" OrdinaryDiffEq = "6.56" SafeTestsets = "0.1" Setfield = "1" -SymbolicUtils = "1.2, 2" +SymbolicUtils = "3" Test = "1.10" julia = "1.10"