Skip to content

Commit 2402be2

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#293)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent 75b5d15 commit 2402be2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
3030
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3131
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3232

33-
[extras]
34-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
35-
3633
[extensions]
3734
BijectorsDistributionsADExt = "DistributionsAD"
3835
BijectorsForwardDiffExt = "ForwardDiff"
@@ -45,7 +42,6 @@ BijectorsZygoteExt = "Zygote"
4542
ArgCheck = "1, 2"
4643
ChainRules = "1"
4744
ChainRulesCore = "0.10.11, 1"
48-
Zygote = "0.6.63"
4945
ChangesOfVariables = "0.1"
5046
Compat = "3, 4"
5147
Distributions = "0.25.33"
@@ -57,4 +53,9 @@ MappedArrays = "0.2.2, 0.3, 0.4"
5753
Reexport = "0.2, 1"
5854
Requires = "0.5, 1"
5955
Roots = "1.3.4, 2"
56+
Statistics = "1"
57+
Zygote = "0.6.63"
6058
julia = "1.6"
59+
60+
[extras]
61+
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

0 commit comments

Comments
 (0)