From a5e7e1a9d6d30ce2ebdaf7b73f8b063d2548ffc3 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Thu, 8 Aug 2024 12:50:57 +0530 Subject: [PATCH] build: bump SII compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d55282146f..4450aba220 100644 --- a/Project.toml +++ b/Project.toml @@ -111,7 +111,7 @@ SimpleNonlinearSolve = "0.1.0, 1" 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" +SymbolicIndexingInterface = "0.3.28" SymbolicUtils = "2.1" Symbolics = "5.32" URIs = "1"