diff --git a/Project.toml b/Project.toml index 47e9a5c9a..d7e196c06 100644 --- a/Project.toml +++ b/Project.toml @@ -49,6 +49,7 @@ FiniteDiff = "2" ForwardDiff = "0.10.3" LeastSquaresOptim = "0.8" LineSearches = "7" +LinearAlgebra = "1.6" LinearSolve = "2.12" NonlinearProblemLibrary = "0.1" PrecompileTools = "1" @@ -56,6 +57,7 @@ RecursiveArrayTools = "2" Reexport = "0.2, 1" SciMLBase = "2.4" SimpleNonlinearSolve = "0.1.23" +SparseArrays = "1.6" SparseDiffTools = "2.9" StaticArraysCore = "1.4" UnPack = "1.0"