Bump stale Optim/StaticArrays/Mooncake compat floors#546
Merged
ChrisRackauckas merged 1 commit intoJun 14, 2026
Merged
Conversation
These three [compat] lower bounds predate the ForwardDiff 1 / Symbolics 7 modernization already reflected elsewhere in [compat], so the declared floors are mutually unsatisfiable. Verified locally with Pkg's resolver: - Optim "1.7.5" requires ForwardDiff 0.10, conflicting with the ForwardDiff "1" floor. Optim 1.12 is the first release supporting ForwardDiff 1. Bump to "1.12, 2". - StaticArrays "1.9" (= 1.9.0) is too old for DifferentiationInterface 0.7, which Symbolics 7.0.0 requires; DI 0.7.2+ needs StaticArrays "1.9.7-1". Bump to "1.9.7". - Mooncake "0.4" (= 0.4.0) requires DifferentiationInterface <= 0.6.16, conflicting with the Symbolics 7.0.0 floor (needs DI >= 0.7.12). The lowest Mooncake supporting that DI range is 0.4.175. Bump to "0.4.175, 0.5". At these floors the test dependency set resolves on Julia 1.10.8 (Optim 1.12.0, StaticArrays 1.9.7, Mooncake 0.4.175, Symbolics 7.0.0, DifferentiationInterface 0.7.15, ForwardDiff 1.0.0). The ceiling (normal) test environment is unaffected. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR should be ignored until reviewed by @ChrisRackauckas.
What
Three
[compat]lower bounds predate the ForwardDiff 1 / Symbolics 7 modernization already reflected elsewhere in[compat], leaving the declared floors mutually unsatisfiable:Optim1.7.5, 21.12, 2ForwardDiff = "1"floor. Optim 1.12 is the first release that supports ForwardDiff 1.StaticArrays1.91.9.71.9(= 1.9.0) is too old for DifferentiationInterface 0.7, whichSymbolics = "7.0.0"pulls in. DI 0.7.2+ requiresStaticArrays = "1.9.7 - 1".Mooncake0.4, 0.50.4.175, 0.5Symbolics = "7.0.0"floor (needs DI ≥ 0.7.12). The lowest Mooncake supporting that DI range is 0.4.175.Verification (local, Pkg's resolver)
Pkg.resolveat the old floors fails withOptim 1.7.5vsForwardDiff 1, thenStaticArrays 1.9.0vs DI 0.7, thenMooncake 0.4.0vs Symbolics 7 — all independent of the Julia version.Scope / caveat
This PR fixes the genuinely-stale floors. It does not, on its own, turn the Downgrade CI job green. That job's remaining failure is driven by two separate issues, both outside this change:
julia = "1.10"is intentionally kept here).Resolver.jl, viajulia-downgrade-compatAdd Akima interpolation method #49's merged-extras path) reportsUnsatisfiableeven on graphs thatPkg.resolveresolves successfully (verified on the identical project file at Julia 1.10.8).Those are upstream/tooling concerns to be handled separately; this PR is the correct-compat-floors piece and is independently valid.
🤖 Generated with Claude Code