From 311d5106b2e227b922e3b9caa4f77d51088f9c12 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 5 Sep 2024 13:51:21 -0500 Subject: [PATCH] bump RecursiveArrayTools lower compat to 2.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cc791bf9..b6a3e407 100644 --- a/Project.toml +++ b/Project.toml @@ -38,7 +38,7 @@ NodesAndModes = "1" PathIntersections = "0.1, 0.2" Plots = "1.10" RecipesBase = "1" -RecursiveArrayTools = "2.8, 3" +RecursiveArrayTools = "2.11, 3" Reexport = "1" Setfield = "1.1" SparseArrays = "1.10"