From 51e9a10dc9b7b87f94b0a4cf5df4c43aec7b83bf Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 6 Nov 2023 15:29:37 +0530 Subject: [PATCH] Add compat bounds for stdlibs --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index eda4c813..7d026819 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,9 @@ ArrayLayouts = "1.1" Documenter = "0.27" FillArrays = "1.3" InfiniteArrays = "0.12, 0.13" +LinearAlgebra = "1.6" PrecompileTools = "1" +SparseArrays = "1.6" julia = "1.6" [extras]