From 10dab6c3bb658f44d02a9bd94d5d1b2239138ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:32:14 +0000 Subject: [PATCH] Update SciMLBase requirement 3.0 Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) to permit the latest version. Updates `SciMLBase` to 3.0.0 - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.116.0...v3.0.0) --- updated-dependencies: - dependency-name: SciMLBase dependency-version: 3.0.0 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 8265f4f..2560161 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ OrdinaryDiffEqCore = "1.30.0, 2.0, 3.1" OrdinaryDiffEqDifferentiation = "1.16, 2.0" OrdinaryDiffEqRosenbrock = "1.17.0" RecursiveArrayTools = "1, 2, 3, 4" -SciMLBase = "2.116" +SciMLBase = "2.116, 3.0" SparseDiffTools = "1.6, 2" Statistics = "1" StochasticDiffEq = "6.13"