Skip to content

Commit 7a11248

Browse files
authored
add compat for stdlibs (#728)
* add compat for stdlibs * move test/Project.toml to extras of top-level Project.toml
1 parent 774c809 commit 7a11248

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

Project.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,43 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
3030
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
3131

3232
[compat]
33+
Aqua = "0.7"
3334
Arrow = "1, 2"
3435
BSplineKit = "0.14, 0.15, 0.16"
3536
DataAPI = "1"
3637
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
3738
GLM = "1.8.2"
3839
JSON3 = "1"
40+
LinearAlgebra = "1"
41+
Markdown = "1"
3942
MixedModelsDatasets = "0.1"
4043
NLopt = "0.6, 1"
4144
PooledArrays = "0.5, 1"
4245
PrecompileTools = "1"
4346
ProgressMeter = "1.7"
47+
Random = "1"
48+
SparseArrays = "1"
49+
StableRNGs = "0.1, 1"
4450
StaticArrays = "0.11, 0.12, 1"
4551
Statistics = "1"
4652
StatsAPI = "1.5"
4753
StatsBase = "0.31, 0.32, 0.33, 0.34"
4854
StatsFuns = "0.8, 0.9, 1"
4955
StatsModels = "0.7"
5056
StructTypes = "1"
57+
Suppressor = "0.2"
5158
Tables = "1"
59+
Test = "1"
5260
TypedTables = "1"
5361
julia = "1.8"
5462

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

5971
[targets]
60-
test = ["Test", "DataFrames"]
72+
test = ["Aqua", "DataFrames", "InteractiveUtils", "StableRNGs", "Suppressor", "Test"]

test/Project.toml

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

0 commit comments

Comments
 (0)