diff --git a/Project.toml b/Project.toml index 7d026819..9d9c6b56 100644 --- a/Project.toml +++ b/Project.toml @@ -16,14 +16,18 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" BandedMatricesSparseArraysExt = "SparseArrays" [compat] -Aqua = "0.7" +Aqua = "0.8" +Base64 = "1.6" ArrayLayouts = "1.1" Documenter = "0.27" FillArrays = "1.3" +GenericLinearAlgebra = "0.3" InfiniteArrays = "0.12, 0.13" LinearAlgebra = "1.6" PrecompileTools = "1" +Random = "1.6" SparseArrays = "1.6" +Test = "1.6" julia = "1.6" [extras] diff --git a/test/runtests.jl b/test/runtests.jl index 7e5b6186..2521a662 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,10 +5,7 @@ using Test using Aqua @testset "Project quality" begin - Aqua.test_all(BandedMatrices, ambiguities=false, piracy=false, - # only test formatting on VERSION >= v1.7 - # https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866 - project_toml_formatting = VERSION >= v"1.7") + Aqua.test_all(BandedMatrices, ambiguities=false, piracies=false) end using Documenter