From 17a165c654dd9bc48ccc1e4514c38daec8912bab Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Tue, 4 Jun 2024 14:05:12 +0530 Subject: [PATCH] build: bump RecursiveArrayTools compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d771170dd..0d874b63b 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.14.0" +RecursiveArrayTools = "3.22.0" Reexport = "1" RuntimeGeneratedFunctions = "0.5.12" SciMLOperators = "0.3.7"