From 3644c8c33c3ef9f25dce2a88ca25a6cb59cd8a53 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Dec 2023 00:04:14 +0000 Subject: [PATCH] CompatHelper: bump compat for SymbolicIndexingInterface to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1eb70f40d5..d23ac03c69 100644 --- a/Project.toml +++ b/Project.toml @@ -86,7 +86,7 @@ Setfield = "0.7, 0.8, 1" SimpleNonlinearSolve = "0.1.0" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" -SymbolicIndexingInterface = "0.1, 0.2" +SymbolicIndexingInterface = "0.1, 0.2, 0.3" SymbolicUtils = "1.0" Symbolics = "5.0" URIs = "1"