From a62bd8e6518a45c81b0e715add60d5be9f8f0d98 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 2 Dec 2024 17:23:49 +0530 Subject: [PATCH] Limit julia compat to v1.10 --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index acbb824d..2cf42475 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BlockArrays" uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" -version = "1.2.0" +version = "1.3.0" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -21,13 +21,13 @@ BandedMatrices = "1.0" Documenter = "1.0" FillArrays = "1.11" Images = "0.26" -LinearAlgebra = "1.6" +LinearAlgebra = "1" OffsetArrays = "1.0" -Random = "1.6" -SparseArrays = "1.6" -StaticArrays = "1.6" -Test = "1.6" -julia = "1.6" +Random = "1" +SparseArrays = "1" +StaticArrays = "1" +Test = "1" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"