File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11name = " BlockBandedMatrices"
22uuid = " ffab5731-97b5-5995-9138-79e8c1846df0"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
44
55[deps ]
66ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -9,7 +9,6 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
1010LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111MatrixFactorizations = " a3b82374-2e81-5b9e-98ce-41277c0e4c87"
12- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1312
1413[weakdeps ]
1514SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -24,12 +23,12 @@ BandedMatrices = "1"
2423BlockArrays = " 1"
2524Documenter = " 1"
2625FillArrays = " 1"
27- LinearAlgebra = " 1.6 "
26+ LinearAlgebra = " 1"
2827MatrixFactorizations = " 1, 2, 3"
29- Random = " 1.6 "
30- SparseArrays = " 1.6 "
31- Test = " 1.6 "
32- julia = " 1.6 "
28+ Random = " 1"
29+ SparseArrays = " 1"
30+ Test = " 1"
31+ julia = " 1.10 "
3332
3433[extras ]
3534Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
Original file line number Diff line number Diff line change @@ -58,8 +58,4 @@ include("interfaceimpl.jl")
5858include (" triblockbanded.jl" )
5959include (" adjtransblockbanded.jl" )
6060
61- if ! isdefined (Base, :get_extension )
62- include (" ../ext/BlockBandedMatricesSparseArraysExt.jl" )
63- end
64-
6561end # module
You can’t perform that action at this time.
0 commit comments