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 1
1
name = " BlockBandedMatrices"
2
2
uuid = " ffab5731-97b5-5995-9138-79e8c1846df0"
3
- version = " 0.13.2 "
3
+ version = " 0.13.3 "
4
4
5
5
[deps ]
6
6
ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -9,7 +9,6 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
9
9
FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
10
10
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
11
MatrixFactorizations = " a3b82374-2e81-5b9e-98ce-41277c0e4c87"
12
- SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
13
12
14
13
[weakdeps ]
15
14
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -24,12 +23,12 @@ BandedMatrices = "1"
24
23
BlockArrays = " 1"
25
24
Documenter = " 1"
26
25
FillArrays = " 1"
27
- LinearAlgebra = " 1.6 "
26
+ LinearAlgebra = " 1"
28
27
MatrixFactorizations = " 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 "
33
32
34
33
[extras ]
35
34
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
Original file line number Diff line number Diff line change @@ -58,8 +58,4 @@ include("interfaceimpl.jl")
58
58
include (" triblockbanded.jl" )
59
59
include (" adjtransblockbanded.jl" )
60
60
61
- if ! isdefined (Base, :get_extension )
62
- include (" ../ext/BlockBandedMatricesSparseArraysExt.jl" )
63
- end
64
-
65
61
end # module
You can’t perform that action at this time.
0 commit comments