From 66a4f13ee7c6c9023edab6f0dafdb8b00bef55ef Mon Sep 17 00:00:00 2001 From: Yingbo Ma Date: Mon, 31 Jul 2023 21:01:40 -0400 Subject: [PATCH] Update bound --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8c085d797..718bc238f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Symbolics" uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7" authors = ["Shashi Gowda "] -version = "5.5.1" +version = "5.6.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -62,7 +62,7 @@ SciMLBase = "1.8" Setfield = "0.7, 0.8, 1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "1.1" -SymbolicUtils = "1.0.1" +SymbolicUtils = "1.2" TreeViews = "0.3" LambertW = "0.4.5" julia = "1.6"