diff --git a/Project.toml b/Project.toml index 2503597..edcef54 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BoxCox" uuid = "1248164d-f7a6-4bdb-8e8d-8c4a187b3ce6" +version = "0.3.8" authors = ["Phillip Alday "] -version = "0.3.7" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" @@ -30,7 +30,8 @@ BoxCoxMixedModelsExt = ["MixedModels", "Tables"] BoxCoxStatsModelsExt = ["StatsModels", "Tables"] [compat] -Aqua = "0.6" +Aqua = "0.8" +CairoMakie = "0.8 - 0.15" DocStringExtensions = "0.9" LinearAlgebra = "1" Makie = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24" @@ -47,7 +48,7 @@ StatsModels = "0.6, 0.7" Tables = "1" Test = "1" TestSetExtensions = "3" -julia = "1.9" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" diff --git a/test/runtests.jl b/test/runtests.jl index 8fbfe00..25f324b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,7 +1,7 @@ include("setup_tests.jl") @testset ExtendedTestSet "Aqua" begin - Aqua.test_all(BoxCox; ambiguities=false, piracy=true) + Aqua.test_all(BoxCox; ambiguities=false, piracies=true) end @testset ExtendedTestSet "Box-Cox" include("boxcox.jl")