Skip to content

Commit

Permalink
Remove LinearAlgebra from targets in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmorrell committed Oct 10, 2022
1 parent ff6cb21 commit f6b444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"


[targets]
test = ["Test", "LinearAlgebra", "Random"]
test = ["Test", "Random"]

0 comments on commit f6b444c

Please sign in to comment.