-
-
Notifications
You must be signed in to change notification settings - Fork 8
CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) #140
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
CompatHelper: bump compat for ForwardDiff in [weakdeps] to 1, (keep existing compat) #140
Conversation
Hi, could this be merged? :) |
It goes way deeper in the stack than here for now unfortunately, https://github.com/SciML/ModelingToolkit.jl/actions/runs/14320864845/job/40137331188?pr=3508#step:6:206. We'll merge it once CI can pass |
It's quite crazy how much stuff OptimizationBase seems to depend on. 😅 |
The tests don't seem to use e.g. |
@oscardssmith track this one too |
Checked locally and this is fine. |
This pull request changes the compat entry for the
ForwardDiff
package from0.10.26
to0.10.26, 1
.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.