From 065ba38af29135b7b520b0663a57852062e47287 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Fri, 27 Nov 2020 17:35:51 +0000 Subject: [PATCH] Add Distributions 0.24 (#199) bors try Co-authored-by: David Widmann --- Project.toml | 4 ++-- bors.toml | 6 ++---- test/Project.toml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index a40dba384..70c7ff4a3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.10.0" +version = "0.10.1" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" AbstractMCMC = "2" Bijectors = "0.5.2, 0.6, 0.7, 0.8" ChainRulesCore = "0.9.7" -Distributions = "0.23.8" +Distributions = "0.23.8, 0.24" MacroTools = "0.5.1" NaturalSort = "1" julia = "1.3" diff --git a/bors.toml b/bors.toml index 1c72ddc17..ae603329c 100644 --- a/bors.toml +++ b/bors.toml @@ -14,9 +14,7 @@ status = [ "test (1.%, windows-latest, x64, 1)", "test (1.%, windows-latest, x64, 2)", "test (1, windows-latest, x64, 1)", - "test (1, windows-latest, x64, 2)", - "test (1.%, windows-latest, x64, 1)", - "test (1.%, windows-latest, x64, 2)" + "test (1, windows-latest, x64, 2)" ] delete_merged_branches = true # Require at least on approval of a project member. @@ -25,4 +23,4 @@ required_approvals = 1 use_squash_merge = true # Uncomment this to use a two hour timeout. # The default is one hour. -#timeout_sec = 7200 \ No newline at end of file +#timeout_sec = 7200 diff --git a/test/Project.toml b/test/Project.toml index 671f8d5ea..2bbd22cd3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -38,7 +38,7 @@ AdvancedMH = "0.5.2" AdvancedVI = "0.1" BangBang = "0.3" Bijectors = "0.8.2" -Distributions = "0.23.8" +Distributions = "0.23.8, 0.24" DistributionsAD = "0.6.3" DocStringExtensions = "0.8.2" EllipticalSliceSampling = "0.3"