Skip to content

Commit f47d870

Browse files
bump SciMLBase lower bound to 2.154 for FWW v1 compat
SciMLBase 2.154 is the first version that allows FunctionWrappersWrappers v1. Without this bump, transitive deps (SciMLSensitivity -> DiffEqBase -> OrdinaryDiffEqCore) could resolve to versions requiring FWW 0.1, causing resolver conflicts in nopre/adjoint CI groups. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 2444ffd commit f47d870

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ReTestItems = "1.24"
118118
Reexport = "1.2.2"
119119
ReverseDiff = "1.15"
120120
SIAMFANLEquations = "1.0.1"
121-
SciMLBase = "2.153"
121+
SciMLBase = "2.154"
122122
Setfield = "1.1.2"
123123
SciMLLogging = "1.7"
124124
SimpleNonlinearSolve = "2.10"

test/trim/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ LinearAlgebra = "1.12.0"
2929
NonlinearSolveFirstOrder = "2"
3030
Polyester = "0.7.18"
3131
PolyesterWeave = "0.2.2"
32+
SciMLBase = "2.154"
3233
StaticArrays = "1.9.0"

0 commit comments

Comments
 (0)