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) (#163)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Jun 20, 2024
1 parent 0e4b3d3 commit 6a0c2ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LombScargle = "fc60dff9-86e7-5f2f-a8a0-edeadbb75bd9"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
# UncertainData = "dcd9ba68-c27b-5cea-ae21-829cd07325bf"

[extensions]
TimeseriesSurrogatesVisualizations = "Makie"
# TimeseriesSurrogatesUncertainData = "UncertainData"

[compat]
AbstractFFTs = "1"
Expand All @@ -37,9 +35,10 @@ Distributions = "0.21, 1, 0.23, 0.24, 0.25"
Interpolations = "^0.12, ^1, 0.13, 0.14, 0.15"
LombScargle = "1"
Makie = "≥ 0.19"
StateSpaceSets = "1"
Statistics = "1"
StatsAPI = "1.6"
StatsBase = "^0.32.0, ^1, 0.33, 0.34"
StateSpaceSets = "1"
Wavelets = "^0.8.0, 0.9, 0.10"
julia = "^1.9"

Expand Down

0 comments on commit 6a0c2ad

Please sign in to comment.