From 491b1c57c3d61a5a94b30327b1803374631ffeba Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Wed, 1 Nov 2023 17:39:57 +0100 Subject: [PATCH] Add LinearAlgebra.jl compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 10c264907..e37edd243 100644 --- a/Project.toml +++ b/Project.toml @@ -43,6 +43,7 @@ ForwardDiff = "0.10" FunctionWrappersWrappers = "0.1.3" GaussianDistributions = "0.5" Kronecker = "0.5.4" +LinearAlgebra = "1" Octavian = "0.3.17" OrdinaryDiffEq = "6.52" PSDMatrices = "0.4.6"