Skip to content

Commit 2ecc408

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 9f35c5b commit 2ecc408

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
@@ -88,7 +88,7 @@ FastPower = "1.1"
8888
FlexUnits = "0.4"
8989
ForwardDiff = "0.10, 1"
9090
FunctionWrappers = "1.0"
91-
FunctionWrappersWrappers = "0.1, 1"
91+
FunctionWrappersWrappers = "1"
9292
GTPSA = "1.4"
9393
GeneralizedGenerated = "0.3"
9494
InteractiveUtils = "1.9"

0 commit comments

Comments
 (0)