From 9b30010a8221ec5a3ba8532514ceaf2646eed10c Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 3 Dec 2024 14:33:41 +0100 Subject: [PATCH] bump compat of RecursiveArrayTools --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f3f4cdf2..5066bece 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ LinearAlgebra = "1" PolynomialBases = "0.4.15" Printf = "1" RecipesBase = "1.2" -RecursiveArrayTools = "3.3" +RecursiveArrayTools = "3.8" Reexport = "1.0" Roots = "2.0.17" SciMLBase = "2.28"