Skip to content

Commit 60736b5

Browse files
Require operator-capable NonlinearSolveBase (#1079)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent cbabebe commit 60736b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3-
version = "4.21.0"
3+
version = "4.21.1"
44
authors = ["SciML"]
55

66
[deps]
@@ -91,14 +91,14 @@ LeastSquaresOptim = "0.8.5"
9191
LineSearch = "0.1.9"
9292
LineSearches = "7.3"
9393
LinearAlgebra = "1.10"
94-
LinearSolve = "5"
94+
LinearSolve = "4.3, 5"
9595
MINPACK = "1.2"
9696
MPI = "0.20.22"
9797
NLSolvers = "0.5"
9898
NLsolve = "4.5"
9999
NaNMath = "1"
100100
NonlinearProblemLibrary = "0.1.2"
101-
NonlinearSolveBase = "2.31"
101+
NonlinearSolveBase = "2.35"
102102
NonlinearSolveFirstOrder = "2"
103103
NonlinearSolveQuasiNewton = "1.12"
104104
NonlinearSolveSpectralMethods = "1.6"

0 commit comments

Comments
 (0)