Skip to content

Commit

Permalink
Fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Nov 13, 2020
1 parent 556e3c6 commit f2d856d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Expand Up @@ -19,7 +19,9 @@ julia = "1"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

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

0 comments on commit f2d856d

Please sign in to comment.