From 86657e08ddab8adb32eef8c8cffeff42c266acda Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 7 Aug 2024 00:55:20 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicUtils to 3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9b54b5a676..28e30bc2b2 100644 --- a/Project.toml +++ b/Project.toml @@ -112,7 +112,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.26" -SymbolicUtils = "2.1" +SymbolicUtils = "2.1, 3" Symbolics = "5.32" URIs = "1" UnPack = "0.1, 1.0"