Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization compat fix #2250

Closed
wants to merge 0 commits into from

Conversation

mhauru
Copy link
Member

@mhauru mhauru commented Jun 4, 2024

In #2237 we are running into test failures on Julia 1.7 because SciMLBase 1.92 is getting installed. This causes problems when we pass ADTypes to OptimizationFunctions, used in mode estimation, since SciMLBase 1.92.1 is the first version that made SciMLBase's AbstractADType be the same as that from ADTypes. This PR fixes our compat with Optimization.jl to be 3.21 or greater, since 3.21 is when Optimization.jl dropped support for SciMLBase 1.*.

@mhauru
Copy link
Member Author

mhauru commented Jun 4, 2024

Ah, should have seen that coming. Optimization.jl 3.21 only supports Julia 1.9 and up.

@mhauru
Copy link
Member Author

mhauru commented Jun 4, 2024

See #2251

@mhauru mhauru closed this Jun 4, 2024
@mhauru mhauru force-pushed the mhauru/scimlbase-compat-fix branch from d941581 to ebc36af Compare June 4, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant