Skip to content

Commit

Permalink
Fix compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Feb 1, 2024
1 parent 58bc200 commit 86e317b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Project.toml
Expand Up @@ -8,7 +8,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Aqua = "0.8"
Distributions = "0.25"
Documenter = "1"
LinearAlgebra = "<0.0.1, 1"
Random = "<0.0.1, 1"
StatsBase = "0.32, 0.33, 0.34"
StructArrays = "0.6"
Test = "<0.0.1, 1"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/aqua.jl
Expand Up @@ -2,5 +2,5 @@
# Test ambiguities separately without Base and Core
# Ref: https://github.com/JuliaTesting/Aqua.jl/issues/77
Aqua.test_all(ConsistencyResampling; ambiguities=false)
Aqua.test_ambiguities([ConsistencyResampling])
Aqua.test_ambiguities(ConsistencyResampling)
end

0 comments on commit 86e317b

Please sign in to comment.