Skip to content

Commit 7ccde6d

Browse files
committed
MoceLinearAlgebra to extras
1 parent be31ffc commit 7ccde6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "0.1.0"
77
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
88
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
99
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
10-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
1211
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
1312
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
@@ -24,6 +23,7 @@ julia = "1.3"
2423
[extras]
2524
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2625
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
26+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2727

2828
[targets]
29-
test = ["Test", "Statistics"]
29+
test = ["Test", "LinearAlgebra", "Statistics"]

0 commit comments

Comments
 (0)