From 5b7e92bd490915a4585cdba401763c82a4543ad0 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 8 Jul 2024 02:27:11 +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 b5264a213..1945ac774 100644 --- a/Project.toml +++ b/Project.toml @@ -80,7 +80,7 @@ PyCall = "1.96" PythonCall = "0.9.15" RCall = "0.14.0" RecipesBase = "1.3.4" -RecursiveArrayTools = "3.24.0" +RecursiveArrayTools = "3.26.0" Reexport = "1" RuntimeGeneratedFunctions = "0.5.12" SciMLOperators = "0.3.7" @@ -89,7 +89,7 @@ StableRNGs = "1.0" StaticArrays = "1.7" StaticArraysCore = "1.4" Statistics = "1.10" -SymbolicIndexingInterface = "0.3.24" +SymbolicIndexingInterface = "0.3.26" Tables = "1.11" Zygote = "0.6.67" julia = "1.10"