From 0de0ce6c5363026369ae54c2e5fd133e7ce557e9 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 17 Jun 2024 14:17:51 +0530 Subject: [PATCH] build: bump RAT and SII compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7e664674e..ad4f72cbd 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ PyCall = "1.96" PythonCall = "0.9.15" RCall = "0.14.0" RecipesBase = "1.3.4" -RecursiveArrayTools = "3.22.0" +RecursiveArrayTools = "3.24.0" Reexport = "1" RuntimeGeneratedFunctions = "0.5.12" SciMLOperators = "0.3.7" @@ -86,7 +86,7 @@ SciMLStructures = "1.1" StaticArrays = "1.7" StaticArraysCore = "1.4" Statistics = "1.10" -SymbolicIndexingInterface = "0.3.20" +SymbolicIndexingInterface = "0.3.24" Tables = "1.11" Zygote = "0.6.67" julia = "1.10"