Skip to content

Commit 1dff8c3

Browse files
committed
Remove unused deps
1 parent 70281aa commit 1dff8c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Zygote = "0.6"
6464
julia = "1.6"
6565

6666
[extras]
67-
ArrayInterfaceBandedMatrices = "2e50d22c-5be1-4042-81b1-c572ed69783d"
68-
ArrayInterfaceBlockBandedMatrices = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
6967
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
7068
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
7169
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
@@ -79,4 +77,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7977
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
8078

8179
[targets]
82-
test = ["Test", "ArrayInterfaceBandedMatrices", "ArrayInterfaceBlockBandedMatrices", "BandedMatrices", "BlockBandedMatrices", "Enzyme", "IterativeSolvers", "Pkg", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]
80+
test = ["Test", "BandedMatrices", "BlockBandedMatrices", "Enzyme", "IterativeSolvers", "Pkg", "Random", "SafeTestsets", "Symbolics", "Zygote", "StaticArrays"]

0 commit comments

Comments
 (0)