Skip to content

Commit

Permalink
Compat updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Nov 26, 2023
1 parent edc6a65 commit 2c73d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c73d1c

Please sign in to comment.