Skip to content

Commit 065ba38

Browse files
committed
Add Distributions 0.24 (#199)
bors try Co-authored-by: David Widmann <[email protected]>
1 parent 6ac3922 commit 065ba38

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.10.0"
3+
version = "0.10.1"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1515
AbstractMCMC = "2"
1616
Bijectors = "0.5.2, 0.6, 0.7, 0.8"
1717
ChainRulesCore = "0.9.7"
18-
Distributions = "0.23.8"
18+
Distributions = "0.23.8, 0.24"
1919
MacroTools = "0.5.1"
2020
NaturalSort = "1"
2121
julia = "1.3"

bors.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ status = [
1414
"test (1.%, windows-latest, x64, 1)",
1515
"test (1.%, windows-latest, x64, 2)",
1616
"test (1, windows-latest, x64, 1)",
17-
"test (1, windows-latest, x64, 2)",
18-
"test (1.%, windows-latest, x64, 1)",
19-
"test (1.%, windows-latest, x64, 2)"
17+
"test (1, windows-latest, x64, 2)"
2018
]
2119
delete_merged_branches = true
2220
# Require at least on approval of a project member.
@@ -25,4 +23,4 @@ required_approvals = 1
2523
use_squash_merge = true
2624
# Uncomment this to use a two hour timeout.
2725
# The default is one hour.
28-
#timeout_sec = 7200
26+
#timeout_sec = 7200

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AdvancedMH = "0.5.2"
3838
AdvancedVI = "0.1"
3939
BangBang = "0.3"
4040
Bijectors = "0.8.2"
41-
Distributions = "0.23.8"
41+
Distributions = "0.23.8, 0.24"
4242
DistributionsAD = "0.6.3"
4343
DocStringExtensions = "0.8.2"
4444
EllipticalSliceSampling = "0.3"

0 commit comments

Comments
 (0)