From 2c73d1c98029bcce6166fd3ef6afa5c82744d187 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Sun, 26 Nov 2023 06:16:49 -0500 Subject: [PATCH] Compat updates --- Project.toml | 3 +++ test/runtests.jl | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d265b01..5452ed1 100644 --- a/Project.toml +++ b/Project.toml @@ -21,14 +21,17 @@ VectorizedStatistics = "3b853605-1c98-4422-8364-4bd93ee0529e" [compat] ArrayInterface = "7" +LinearAlgebra = "1" LoopVectorization = "0.12.131" Octavian = "0.3" +Random = "1" SLEEFPirates = "0.6.13" Static = "0.3, 0.4, 0.6, 0.7, 0.8" StaticArrayInterface = "1" StaticArraysCore = "1" Statistics = "1" StrideArraysCore = "0.4.14, 0.5" +Test = "1" VectorizationBase = "0.21" VectorizedRNG = "0.2.22" VectorizedStatistics = "0.5" diff --git a/test/runtests.jl b/test/runtests.jl index 1368f16..b5cd1ab 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -14,9 +14,9 @@ const START_TIME = time() @time Aqua.test_all( StrideArrays, ambiguities = false, - project_toml_formatting = false, + # project_toml_formatting = false, deps_compat = VERSION <= v"1.8" || isempty(VERSION.prerelease), - piracy = false + piracies = false ) # Currently, there are five method ambiguities: # (rand!(A::AbstractStrideArray, args::Vararg{Any, K}) where K in StrideArrays at StrideArrays/src/rand.jl:3, rand!(f::F, rng::VectorizedRNG.AbstractVRNG, x::AbstractArray{T}, α::Number, β, γ) where {T<:Union{Float32, Float64}, F} in VectorizedRNG at VectorizedRNG/L3orR/src/api.jl:242)