Skip to content

Commit db3c0f9

Browse files
Raise FunctionWrappersWrappers lower bound to v1
OrdinaryDiffEq v7 needs FunctionWrappersWrappers v1 for proper fallback support with GradientTracer and other type-wrapping edge cases (see SciML/SciMLBase.jl#1299 and SciML/SciMLBase.jl#1300). Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d18930b commit db3c0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DiffEqBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ FastPower = "1.1"
8787
FlexUnits = "0.4"
8888
ForwardDiff = "0.10, 1"
8989
FunctionWrappers = "1.0"
90-
FunctionWrappersWrappers = "0.1, 1"
90+
FunctionWrappersWrappers = "1"
9191
GTPSA = "1.4"
9292
GeneralizedGenerated = "0.3"
9393
InteractiveUtils = "1.9"

0 commit comments

Comments
 (0)