Skip to content

Commit 6c00555

Browse files
Project.toml: bump NonlinearSolveBase to v2.27 for NS#936 caches walk
The desauty SCC init Enzyme test relies on the `_accum_tangent!` caches walk from NS#936, which is in NonlinearSolveBase v2.26.1+ but only registered as v2.27.0 in the General registry. Add NonlinearSolveBase as a direct dep with `compat = "2.27"` so CI resolves to a version that includes NS#936. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 295dd51 commit 6c00555

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
2626
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2727
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
2828
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
29+
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
2930
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
3031
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
3132
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
@@ -91,6 +92,7 @@ Mooncake = "0.5.24"
9192
Reactant = "0.2.22"
9293
NLsolve = "4.5.1"
9394
NonlinearSolve = "3.0.1, 4"
95+
NonlinearSolveBase = "2.27"
9496
SCCNonlinearSolve = "1"
9597
Optimization = "4, 5"
9698
OptimizationOptimisers = "0.3"

0 commit comments

Comments
 (0)