From a0edca2565e0106532be92da4d291dd6068ab1e3 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Thu, 2 Nov 2023 16:31:55 +0530 Subject: [PATCH] chore: bump RecursiveArrayTools compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 22ffcfe..25de77a 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ LinearAlgebra = "1.9" Logging = "1.9" Random = "1.9" RandomNumbers = "1" -RecursiveArrayTools = "1,2" +RecursiveArrayTools = "1,2,3" Reexport = "1.0" SparseArrays = "1.9" StaticArrays = "1.0"