From f89ea81c2e9738f165595f4a5047f7dae8f0c9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:42:46 +0000 Subject: [PATCH] Update OrdinaryDiffEq requirement from 6 to 6, 7.0 Updates the requirements on [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEq dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f612d5..0fd7b23 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ MadNLP = "0.9" MadNLPGPU = "0.8" ModelingToolkitBase = "1.32" Optim = "2" -OrdinaryDiffEq = "6" +OrdinaryDiffEq = "6, 7.0" PEtab = "5" SteadyStateDiffEq = "2.11.0" Symbolics = "7"