From 7cb4aed82d8da9825b4f6459a1bc79da72c64db1 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 1 Nov 2023 17:34:48 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) 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"