From 40a5e56c5e00bf4170aa382be4c77ec502cc2013 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 20 May 2024 15:21:17 +0200 Subject: [PATCH] Bound SymbolicUtils compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f3666e4a4e..7582ff9f8c 100644 --- a/Project.toml +++ b/Project.toml @@ -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" +SymbolicUtils = "1.0 - 1.5.1" Symbolics = "5.7" URIs = "1" UnPack = "0.1, 1.0"