From 59f052546f6868b53c1fc23fbbd6ce1e630e7c64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 5 Feb 2022 13:33:44 +0000 Subject: [PATCH] CompatHelper: bump compat for AbstractPPL to 0.4 for package test, (keep existing compat) (#361) This pull request changes the compat entry for the `AbstractPPL` package from `0.3` to `0.3, 0.4` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 66e03a4f6..e972d6a2c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,7 +21,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractMCMC = "2.1, 3.0" -AbstractPPL = "0.3" +AbstractPPL = "0.3, 0.4" Bijectors = "0.9.5, 0.10" Distributions = "0.25" DistributionsAD = "0.6.3"