From d2f749dbf95c161c803f8733e0b4376c441c3a4a Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Thu, 2 Nov 2023 07:29:12 -0400 Subject: [PATCH] LinearAlgebra = "1" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 53a7bc3f..e3f8e0da 100644 --- a/Project.toml +++ b/Project.toml @@ -45,6 +45,7 @@ ForwardDiff = "0.9, 0.10" HostCPUFeatures = "0.1.10" IfElse = "0.1" LayoutPointers = "0.1.11" +LinearAlgebra = "1" OffsetArrays = "1.4.1" PolyesterWeave = "0.1.10, 0.2" PrecompileTools = "1"