Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Aqua = "0.7"
Aqua = "0.8"
CategoricalArrays = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
DataAPI = "1.1"
DataFrames = "1"
DataStructures = "0.17, 0.18, 0.19"
LinearAlgebra = "<0.0.1, 1"
Printf = "<0.0.1, 1"
REPL = "<0.0.1, 1"
ShiftedArrays = "1, 2"
SparseArrays = "<0.0.1, 1"
Statistics = "1"
StatsAPI = "1.7"
StatsBase = "0.33.5, 0.34"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my_tests = ["ambiguity.jl",
# because VIF and GVIF are defined in StatsAPI for RegressionModel,
# which is also defined there, it's flagged as piracy. But
# we're the offical implementers so it's privateering.
Aqua.test_all(StatsModels; ambiguities=false, piracy=(treat_as_own=[vif, gvif],))
Aqua.test_all(StatsModels; ambiguities=false, piracies=(treat_as_own=[vif, gvif],),)
end

for tf in my_tests
Expand Down
Loading