Skip to content

Commit 1da1c90

Browse files
require FunctionWrappersWrappers v1+ (drop 0.1 compat)
v0.1 has a bug where sparsity detection can fail. v1.0 includes the fix, so set the lower bound to 1. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28f4912 commit 1da1c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/NonlinearSolveBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ExplicitImports = "1.10.1"
7777
FastClosures = "0.3"
7878
ForwardDiff = "0.10.36, 1"
7979
FunctionWrappers = "1.1"
80-
FunctionWrappersWrappers = "0.1, 1"
80+
FunctionWrappersWrappers = "1"
8181
InteractiveUtils = "<0.0.1, 1"
8282
LineSearch = "0.1.4"
8383
LinearAlgebra = "1.10"

0 commit comments

Comments
 (0)