From ec15acbcbf8a19250c66165ff77f0535139b9061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:37:40 +0000 Subject: [PATCH] Update OrdinaryDiffEqCore requirement 2.0 Updates the requirements on [OrdinaryDiffEqCore](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `OrdinaryDiffEqCore` to 2.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits/v2.0.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 2.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 fb977b3..68f2343 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ DifferentiationInterface = "0.7.7" FiniteDiff = "2.3" ForwardDiff = "0.10, 1.3" OrdinaryDiffEq = "6" -OrdinaryDiffEqCore = "1.30.0" +OrdinaryDiffEqCore = "1.30.0, 2.0" OrdinaryDiffEqDifferentiation = "1.16" OrdinaryDiffEqRosenbrock = "1.17.0" RecursiveArrayTools = "1,2,3"