Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Statistics at version 1, (keep…
Browse files Browse the repository at this point in the history
… existing compat) (#411)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Dec 28, 2024
1 parent bbac8dc commit 9eca0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Missings = "0.4.3, 1"
RecipesBase = "1.1"
Requires = "1"
SentinelArrays = "1"
Statistics = "1"
StructTypes = "1"
julia = "1"

Expand All @@ -46,5 +47,4 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Dates", "JSON", "JSON3", "Plots", "PooledArrays",
"RecipesBase", "SentinelArrays", "StructTypes", "Test"]
test = ["Dates", "JSON", "JSON3", "Plots", "PooledArrays", "RecipesBase", "SentinelArrays", "StructTypes", "Test"]

0 comments on commit 9eca0c7

Please sign in to comment.