From e7e08d09d96caf8768257e53e6778a013a030dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:54:10 +0000 Subject: [PATCH] Update DiffEqBase requirement from 6 to 6, 7.0 Updates the requirements on [DiffEqBase](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/commits) --- updated-dependencies: - dependency-name: DiffEqBase dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index 55ca99f..e07c3a1 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ Bijectors = "0.13 - 0.15" CommonSolve = "0.2" ComponentArrays = "0.15" CondaPkg = "0.2" -DiffEqBase = "6" +DiffEqBase = "6, 7.0" DimensionalData = "0.26 - 0.30" Distributions = "0.25" DynamicHMC = "3"