Skip to content

Commit

Permalink
Merge branch 'master' into ap/gn_linesearch
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 2, 2023
2 parents d147b77 + b07360f commit 06f642d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolve"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
authors = ["SciML"]
version = "2.5.0"
version = "2.6.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -48,6 +48,7 @@ FastLevenbergMarquardt = "0.1"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
LeastSquaresOptim = "0.8"
LinearAlgebra = "1.9"
LineSearches = "7"
LinearSolve = "2.12"
NonlinearProblemLibrary = "0.1"
Expand All @@ -56,6 +57,7 @@ RecursiveArrayTools = "2"
Reexport = "0.2, 1"
SciMLBase = "2.4"
SimpleNonlinearSolve = "0.1.23"
SparseArrays = "1.9"
SparseDiffTools = "2.10"
StaticArraysCore = "1.4"
UnPack = "1.0"
Expand Down

0 comments on commit 06f642d

Please sign in to comment.