From 6f75be00c771ef777a20dc34baf4c61b450a71cf Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Tue, 10 Oct 2023 11:12:34 -0400 Subject: [PATCH] bound RecursiveArrayTools --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 56c30e102..92516b8b4 100644 --- a/Project.toml +++ b/Project.toml @@ -64,6 +64,7 @@ MacroTools = "0.5" NaNMath = "0.3, 1" PrecompileTools = "1" RecipesBase = "1.1" +RecursiveArrayTools = "2" Reexport = "0.2, 1" ReferenceTests = "0.9" Requires = "1.1"