From affde5e0ca90ba282739c5c39455c0deee2179d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:28:40 +0000 Subject: [PATCH] Update RecursiveArrayTools requirement Updates the requirements on [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl) to permit the latest version. Updates `RecursiveArrayTools` to 4.0.1 - [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases) - [Commits](https://github.com/SciML/RecursiveArrayTools.jl/commits/v4.0.1) --- updated-dependencies: - dependency-name: RecursiveArrayTools dependency-version: 4.0.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e77fc5b..477bc1a 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ OrdinaryDiffEq = "6" OrdinaryDiffEqCore = "1.30.0, 2.0, 3.1" OrdinaryDiffEqDifferentiation = "1.16, 2.0" OrdinaryDiffEqRosenbrock = "1.17.0" -RecursiveArrayTools = "1,2,3" +RecursiveArrayTools = "1,2,3,4.0" SciMLBase = "2.116" SparseDiffTools = "1.6, 2" Statistics = "1"