Skip to content

Commit 08ffdde

Browse files
only test with banded
1 parent eb42179 commit 08ffdde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ VertexSafeGraphs = "19fa3120-7c27-5ec5-8db8-b0b0aa330d6f"
1818
[compat]
1919
Adapt = "1"
2020
ArrayInterface = "1.1"
21-
BandedMatrices = "0.13"
22-
BlockBandedMatrices = "0.5"
2321
DataStructures = "0.17"
2422
DiffEqDiffTools = "1.3"
2523
ForwardDiff = "0.10"
@@ -29,6 +27,8 @@ VertexSafeGraphs = "0.1"
2927
julia = "1"
3028

3129
[extras]
30+
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
31+
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
3232
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
3333
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3434
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
@@ -38,4 +38,4 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3838
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3939

4040
[targets]
41-
test = ["Test", "IterativeSolvers", "Random", "SafeTestsets", "Zygote", "SparsityDetection", "StaticArrays"]
41+
test = ["Test", "BandedMatrices", "BlockBandedMatrices", "IterativeSolvers", "Random", "SafeTestsets", "Zygote", "SparsityDetection", "StaticArrays"]

0 commit comments

Comments
 (0)