diff --git a/Project.toml b/Project.toml index e5047262..5fad45bf 100644 --- a/Project.toml +++ b/Project.toml @@ -20,4 +20,5 @@ LinearMapsStatisticsExt = "Statistics" [compat] ChainRulesCore = "1" +Statistics = "1.6" julia = "1.6" diff --git a/test/Project.toml b/test/Project.toml index c3704248..0c247860 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.5, 0.6" +Aqua = "0.5, 0.6, 0.7" BlockArrays = "0.16" ChainRulesCore = "1" ChainRulesTestUtils = "1.9" diff --git a/test/runtests.jl b/test/runtests.jl index bde3fd94..12de5824 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,7 +1,7 @@ using Test, LinearMaps, Aqua @testset "code quality" begin - Aqua.test_all(LinearMaps, project_toml_formatting=VERSION≥v"1.7") + Aqua.test_all(LinearMaps, project_toml_formatting = VERSION≥v"1.7", piracy = (broken=true,)) end include("linearmaps.jl")