Skip to content

Commit bccce38

Browse files
committed
Remove LinearAlgebra from extra deps since we have it as a required dep
1 parent badf679 commit bccce38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ julia = "1.12"
1919

2020
[extras]
2121
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
22-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2322
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2423
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2524

2625
[targets]
27-
test = ["Test", "LinearAlgebra", "Random", "Libdl"]
26+
test = ["Test", "Random", "Libdl"]

0 commit comments

Comments
 (0)