Commit 579e6de
Raise LinearSolve compat floor to 4.3.0 in the two touched sublibraries
The old 3.75.0 floor was inconsistent with the NonlinearSolveBase 2.34.1 floor,
which itself requires LinearSolve >= 4.3.0, so the declared minimum versions
were mutually unsatisfiable (this is what the Downgrade Sublibraries CI hits).
Raising the LinearSolve floor to 4.3.0 makes the metadata consistent for these
two libraries without dropping any actually-installable configuration. The
warm-start resolver remains guarded on isdefined(LinearSolve, :WarmStart), so it
still no-ops on LinearSolve 4.x and activates on 5.1+.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 33d9c81 commit 579e6de
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments