Skip to content

Commit 84d8b30

Browse files
Widen NonlinearSolveFirstOrder compat to include v2
SciMLBase v3 forces NonlinearSolveFirstOrder v2; the previous compat bound of "1.3" blocked test re-resolution. Widening to "1.3, 2" fixes the v7-ecosystem compat gap. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent f876587 commit 84d8b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ InteractiveUtils = "<0.0.1, 1"
5050
LinearAlgebra = "1.10"
5151
LinearSolve = "3.12"
5252
NonlinearSolveBase = "2"
53-
NonlinearSolveFirstOrder = "1.3"
53+
NonlinearSolveFirstOrder = "1.3, 2"
5454
ODEInterface = "0.5"
5555
OrdinaryDiffEqLowOrderRK = "1.2, 2"
5656
OrdinaryDiffEqTsit5 = "1.1, 2"

0 commit comments

Comments
 (0)