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

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Dec 4, 2023
1 parent 75b5d15 commit 2402be2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[extras]
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[extensions]
BijectorsDistributionsADExt = "DistributionsAD"
BijectorsForwardDiffExt = "ForwardDiff"
Expand All @@ -45,7 +42,6 @@ BijectorsZygoteExt = "Zygote"
ArgCheck = "1, 2"
ChainRules = "1"
ChainRulesCore = "0.10.11, 1"
Zygote = "0.6.63"
ChangesOfVariables = "0.1"
Compat = "3, 4"
Distributions = "0.25.33"
Expand All @@ -57,4 +53,9 @@ MappedArrays = "0.2.2, 0.3, 0.4"
Reexport = "0.2, 1"
Requires = "0.5, 1"
Roots = "1.3.4, 2"
Statistics = "1"
Zygote = "0.6.63"
julia = "1.6"

[extras]
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

0 comments on commit 2402be2

Please sign in to comment.