From f403ac8dcf190dfcbf42dc7bf69e12a69226efe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:33:39 +0000 Subject: [PATCH] Update OrdinaryDiffEqAdamsBashforthMoulton requirement from 1 to 1, 2.0 Updates the requirements on [OrdinaryDiffEqAdamsBashforthMoulton](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/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqAdamsBashforthMoulton dependency-version: 2.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 d4d79e3d..a08a1c95 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ MLUtils = "0.4" NNlib = "0.9" Optimisers = "0.4" OptimizationOptimisers = "0.3" -OrdinaryDiffEqAdamsBashforthMoulton = "1" +OrdinaryDiffEqAdamsBashforthMoulton = "1, 2.0" Random = "1" SciMLBase = "2, 3" SciMLSensitivity = "7"