We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e08961 commit a62bd8eCopy full SHA for a62bd8e
Project.toml
@@ -1,6 +1,6 @@
1
name = "BlockArrays"
2
uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
3
-version = "1.2.0"
+version = "1.3.0"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -21,13 +21,13 @@ BandedMatrices = "1.0"
21
Documenter = "1.0"
22
FillArrays = "1.11"
23
Images = "0.26"
24
-LinearAlgebra = "1.6"
+LinearAlgebra = "1"
25
OffsetArrays = "1.0"
26
-Random = "1.6"
27
-SparseArrays = "1.6"
28
-StaticArrays = "1.6"
29
-Test = "1.6"
30
-julia = "1.6"
+Random = "1"
+SparseArrays = "1"
+StaticArrays = "1"
+Test = "1"
+julia = "1.10"
31
32
[extras]
33
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments