Skip to content

Commit 00aebb8

Browse files
authored
Set julia compat to v1.10 (#217)
* Set julia compat to v1.10 * Bump version to v0.13.3
1 parent 4d3b387 commit 00aebb8

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Project.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BlockBandedMatrices"
22
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3-
version = "0.13.2"
3+
version = "0.13.3"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -9,7 +9,6 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
12-
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1312

1413
[weakdeps]
1514
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -24,12 +23,12 @@ BandedMatrices = "1"
2423
BlockArrays = "1"
2524
Documenter = "1"
2625
FillArrays = "1"
27-
LinearAlgebra = "1.6"
26+
LinearAlgebra = "1"
2827
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"
3332

3433
[extras]
3534
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

src/BlockBandedMatrices.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,4 @@ include("interfaceimpl.jl")
5858
include("triblockbanded.jl")
5959
include("adjtransblockbanded.jl")
6060

61-
if !isdefined(Base, :get_extension)
62-
include("../ext/BlockBandedMatricesSparseArraysExt.jl")
63-
end
64-
6561
end # module

0 commit comments

Comments
 (0)