Skip to content

Commit c2124c7

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#1823)
* CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) * CompatHelper: bump compat for StatsFuns to 1 for package test, (keep existing compat) (#1824) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f24791b commit c2124c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.21.1"
3+
version = "0.21.2"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -56,7 +56,7 @@ Requires = "0.5, 1.0"
5656
SciMLBase = "1.8.1"
5757
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
5858
StatsBase = "0.32, 0.33"
59-
StatsFuns = "0.8, 0.9"
59+
StatsFuns = "0.8, 0.9, 1"
6060
Tracker = "0.2.3"
6161
ZygoteRules = "0.2"
6262
julia = "1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ReverseDiff = "1.4.2"
5353
SpecialFunctions = "0.10.3, 1, 2"
5454
StableRNGs = "1"
5555
StatsBase = "0.33"
56-
StatsFuns = "0.9.5"
56+
StatsFuns = "0.9.5, 1"
5757
TimerOutputs = "0.5"
5858
Tracker = "0.2.11"
5959
Zygote = "0.5.4, 0.6"

0 commit comments

Comments
 (0)