Skip to content

Commit b07360f

Browse files
Merge pull request #271 from avik-pal/patch-1
Add compat for StdLibs
2 parents 7cb4aed + d2f07b1 commit b07360f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ FastLevenbergMarquardt = "0.1"
4848
FiniteDiff = "2"
4949
ForwardDiff = "0.10.3"
5050
LeastSquaresOptim = "0.8"
51+
LinearAlgebra = "1.9"
5152
LineSearches = "7"
52-
LinearAlgebra = "1.6"
5353
LinearSolve = "2.12"
5454
NonlinearProblemLibrary = "0.1"
5555
PrecompileTools = "1"
5656
RecursiveArrayTools = "2"
5757
Reexport = "0.2, 1"
5858
SciMLBase = "2.4"
5959
SimpleNonlinearSolve = "0.1.23"
60-
SparseArrays = "1.6"
60+
SparseArrays = "1.9"
6161
SparseDiffTools = "2.9"
6262
StaticArraysCore = "1.4"
6363
UnPack = "1.0"

0 commit comments

Comments
 (0)