From d66ef590f877faf83beea95d01d3f3baebeb3266 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 26 Oct 2023 21:03:20 -0400 Subject: [PATCH] Add a compat entry for the LinearAlgebra stdlib --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 34d3297..4664318 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" [compat] +LinearAlgebra = "1" LinearMaps = "3.3" julia = "1.6"