Skip to content

Commit

Permalink
Limit julia compat to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 2, 2024
1 parent 5e08961 commit a62bd8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a62bd8e

Please sign in to comment.