From ee8a733f2e2591dc44b70037fe1627721ec3a157 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 5 Nov 2023 18:51:58 -0500 Subject: [PATCH] Update Project.toml --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 373d3b95..fea02a86 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ DataInterpolationsSymbolicsExt = "Symbolics" [compat] ChainRulesCore = "0.9.44, 0.10, 1" +LinearAlgebra = "1.6" Optim = "0.19, 0.20, 0.21, 0.22, 1.0" PrettyTables = "2" QuadGK = "2.9.1"