From ed57e16bd1671a6bc5643a680e70663f7e2e203a Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Wed, 3 Jan 2024 19:33:22 +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 9f8c3e07d..92231995e 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ PyCall = "1.96" PythonCall = "0.9.15" RCall = "0.13.18" RecipesBase = "1.0" -RecursiveArrayTools = "3.0" +RecursiveArrayTools = "3.3.4" Reexport = "1" RuntimeGeneratedFunctions = "0.5" SciMLOperators = "0.3.7"