From 03e8caaccdc9c2eba69f1d31ec3665eff3c0a034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:27:12 +0000 Subject: [PATCH] Update SciMLBase requirement from 2 to 2, 3.3 Updates the requirements on [SciMLBase](https://github.com/SciML/SciMLBase.jl) to permit the latest version. - [Release notes](https://github.com/SciML/SciMLBase.jl/releases) - [Commits](https://github.com/SciML/SciMLBase.jl/compare/v2.0.0...v3.3.0) --- updated-dependencies: - dependency-name: SciMLBase dependency-version: 3.3.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 6113263b..dc46cc80 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ Optimisers = "0.4" OptimizationOptimisers = "0.3" OrdinaryDiffEqAdamsBashforthMoulton = "1" Random = "1" -SciMLBase = "2" +SciMLBase = "2, 3.3" SciMLSensitivity = "7" ScientificTypesBase = "3" Static = "1"