Skip to content

Commit

Permalink
move test/Project.toml to extras of top-level Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Nov 3, 2023
1 parent 4684896 commit d614985
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Aqua = "0.7"
Arrow = "1, 2"
BSplineKit = "0.14, 0.15, 0.16"
DataAPI = "1"
Expand All @@ -45,20 +46,27 @@ PrecompileTools = "1"
ProgressMeter = "1.7"
Random = "1"
SparseArrays = "1"
StableRNGs = "0.1, 1"
StaticArrays = "0.11, 0.12, 1"
Statistics = "1"
StatsAPI = "1.5"
StatsBase = "0.31, 0.32, 0.33, 0.34"
StatsFuns = "0.8, 0.9, 1"
StatsModels = "0.7"
StructTypes = "1"
Suppressor = "0.2"
Tables = "1"
Test = "1"
TypedTables = "1"
julia = "1.8"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "DataFrames"]
test = ["Aqua", "DataFrames", "InteractiveUtils", "StableRNGs", "Suppressor", "Test"]
22 changes: 0 additions & 22 deletions test/Project.toml

This file was deleted.

0 comments on commit d614985

Please sign in to comment.