From 2284177a5f585c7753217a0ca2c5fed382d9ed51 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Fri, 8 Dec 2023 11:08:42 +0530 Subject: [PATCH] Fix compat bounds --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f708168..3dd7f89 100644 --- a/Project.toml +++ b/Project.toml @@ -8,10 +8,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" [compat] -BandedMatrices = "1" -Random = "1" +BandedMatrices = "0.15, 1" +Random = "<0.0.1, 1" StaticArrays = "1" -Test = "1" +Test = "<0.0.1, 1" julia = "1" [extras]