From a5d0dd347d1d9f097895d10b62bb266dc22253ef Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 4 May 2023 00:19:02 +0000 Subject: [PATCH] CompatHelper: bump compat for BridgeStan to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4c9e0b2..0dbce3d 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" [compat] AlgebraOfGraphics = "0.6" -BridgeStan = "1" +BridgeStan = "1, 2" CairoMakie = "0.10" DataFrames = "1" DimensionalData = "0.24"