From e5b03f579df693e83dea365c8718a99d8eda83e0 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 4 Nov 2023 11:33:13 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index c310fe05..9e326ef8 100644 --- a/Project.toml +++ b/Project.toml @@ -43,14 +43,18 @@ FiniteDiff = "2" ForwardDiff = "0.10.3" JumpProcesses = "9" LevyArea = "1.0.0" +LinearAlgebra = "1.6" +Logging = "1.6" MuladdMacro = "0.2.1" NLsolve = "4" OrdinaryDiffEq = "6.52" +Random = "1.6" RandomNumbers = "1.5.3" RecursiveArrayTools = "2" Reexport = "0.2, 1.0" SciMLBase = "2.0.6" SciMLOperators = "0.2.9, 0.3" +SparseArrays = "1.6" SparseDiffTools = "2" StaticArrays = "0.11, 0.12, 1.0" UnPack = "0.1, 1.0"