From 880221bf84e03a4a25d237a04e25fdeecfb2f619 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 1 Nov 2023 12:54:35 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index 2360fa3956..50a2546430 100644 --- a/Project.toml +++ b/Project.toml @@ -58,8 +58,11 @@ FiniteDiff = "2" ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" IfElse = "0.1" +InteractiveUtils = "1.6" LineSearches = "7" +LinearAlgebra = "1.6" LinearSolve = "2.1.10" +Logging = "1.6" LoopVectorization = "0.12" MacroTools = "0.5" MuladdMacro = "0.2.1" @@ -76,6 +79,7 @@ SciMLNLSolve = "0.1" SciMLOperators = "0.2.12, 0.3" SimpleNonlinearSolve = "0.1.4" SimpleUnPack = "1" +SparseArrays = "1.6" SparseDiffTools = "2.3" StaticArrayInterface = "1.2" StaticArrays = "0.11, 0.12, 1.0"