Skip to content

Commit 5651eb3

Browse files
committed
1 parent 2476401 commit 5651eb3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
1616
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1717

1818
[compat]
19-
Aqua = "0.7"
19+
Aqua = "0.8"
2020
CategoricalArrays = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2121
DataAPI = "1.1"
2222
DataFrames = "1"
2323
DataStructures = "0.17, 0.18, 0.19"
24+
LinearAlgebra = "<0.0.1, 1"
25+
Printf = "<0.0.1, 1"
26+
REPL = "<0.0.1, 1"
2427
ShiftedArrays = "1, 2"
28+
SparseArrays = "<0.0.1, 1"
2529
Statistics = "1"
2630
StatsAPI = "1.7"
2731
StatsBase = "0.33.5, 0.34"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ my_tests = ["ambiguity.jl",
3232
# because VIF and GVIF are defined in StatsAPI for RegressionModel,
3333
# which is also defined there, it's flagged as piracy. But
3434
# we're the offical implementers so it's privateering.
35-
Aqua.test_all(StatsModels; ambiguities=false, piracy=(treat_as_own=[vif, gvif],))
35+
Aqua.test_all(StatsModels; ambiguities=false, piracies=(treat_as_own=[vif, gvif],),)
3636
end
3737

3838
for tf in my_tests

0 commit comments

Comments
 (0)