From 7df76192f5e0c3c19e1713a9b067925d0bc986ed Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 8 Mar 2024 14:20:49 +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 b6873b8a4..164dc96db 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ SciMLStructures = "1.1" StaticArrays = "1.7" StaticArraysCore = "1.4" Statistics = "1.10" -SymbolicIndexingInterface = "0.3.3" +SymbolicIndexingInterface = "0.3.9" Tables = "1.11" Zygote = "0.6.67" julia = "1.10"