Fix HomotopyContinuation downgrade resolution - #1075
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
|
CI note: the root Downgrade / Downgrade Tests - Core job reaches the same current-master Broyden baseline documented on #1071: 94 tests pass, the generalized Rosenbrock case fails for algorithm 4, Brown has a platform-dependent unexpected pass, and 19 are already broken. The clean-master reproduction/bisect points to the existing #1057 and #1056 work; this dependency-floor PR does not change or suppress those tests. |
|
Verified this floor fix against the current Kantorovich feature branch (#1071), not only against clean master. Using the deployed
The subsequent strict Julia 1.10 test with The exact clean-master comparator at |
Summary
This PR should be ignored until reviewed by @ChrisRackauckas.
Cause
The downgrade action pins SciMLBase 3.33 and later Pkg.test resolves the NonlinearSolve test extra to 4.20.3. That registered release only accepts LinearSolve through 4, while the local NonlinearSolveBase 2.35 source now requires LinearSolve 5.
Verification