We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d147b77 + b07360f commit 06f642dCopy full SHA for 06f642d
Project.toml
@@ -1,7 +1,7 @@
1
name = "NonlinearSolve"
2
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3
authors = ["SciML"]
4
-version = "2.5.0"
+version = "2.6.0"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -48,6 +48,7 @@ FastLevenbergMarquardt = "0.1"
48
FiniteDiff = "2"
49
ForwardDiff = "0.10.3"
50
LeastSquaresOptim = "0.8"
51
+LinearAlgebra = "1.9"
52
LineSearches = "7"
53
LinearSolve = "2.12"
54
NonlinearProblemLibrary = "0.1"
@@ -56,6 +57,7 @@ RecursiveArrayTools = "2"
56
57
Reexport = "0.2, 1"
58
SciMLBase = "2.4"
59
SimpleNonlinearSolve = "0.1.23"
60
+SparseArrays = "1.9"
61
SparseDiffTools = "2.10"
62
StaticArraysCore = "1.4"
63
UnPack = "1.0"
0 commit comments