Skip to content

Commit cfe091c

Browse files
Add test requirements in the main Project.toml (#268)
* Add extra dependencies to Project.toml * Change extras section to targets in Project.toml * Delete test/Project.toml
1 parent b715d4c commit cfe091c

2 files changed

Lines changed: 12 additions & 19 deletions

File tree

Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,15 @@ StatsModels = "0.7"
3030
Tables = "1"
3131
Vcov = "0.8"
3232
julia = "1.9"
33+
34+
35+
[extras]
36+
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
37+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
38+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
39+
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
40+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
41+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
42+
43+
[targets]
44+
test = ["CategoricalArrays", "CSV", "CUDA", "Metal", "Random", "Test"]

test/Project.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)