From dbc3180d9939a561ddeebf5a9f8a1b9df891e035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:58:25 +0000 Subject: [PATCH] Update OrdinaryDiffEqDifferentiation requirement 2.0 Updates the requirements on [OrdinaryDiffEqDifferentiation](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `OrdinaryDiffEqDifferentiation` 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: OrdinaryDiffEqDifferentiation 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 edb1533..f35c9fc 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ForwardDiff = "0.10, 1.3" JET = "0.9, 0.10, 0.11" OrdinaryDiffEq = "6" OrdinaryDiffEqCore = "1.30.0, 2.0, 3.1" -OrdinaryDiffEqDifferentiation = "1.16" +OrdinaryDiffEqDifferentiation = "1.16, 2.0" OrdinaryDiffEqRosenbrock = "1.17.0" RecursiveArrayTools = "1,2,3" SciMLBase = "2.116"