From 358f2760553b4f82b33183bd5b8d8714f3b1c60f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Sep 2024 00:09:58 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Turing to 0.34, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a2e447fd..37efc174 100644 --- a/Project.toml +++ b/Project.toml @@ -29,5 +29,5 @@ StatsBase = "0.33, 0.34" StatsModels = "0.6.28, 0.7" TableOperations = "1.2" Tables = "1.6" -Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" +Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" julia = "1" From 5d473fa9b3a01ade87667253b7e243ea75c48c24 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Fri, 6 Sep 2024 11:37:36 -0300 Subject: [PATCH 2/2] fix: compat bounds --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 37efc174..4e7a8470 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TuringGLM" uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74" authors = ["Jose Storopoli ", "Rik Huijzer ", "contributors"] -version = "2.11.0" +version = "2.12.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -21,13 +21,13 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] Distributions = "0.25.42" GLM = "1.5" -LazyArrays = "0.22, 1, 2" +LazyArrays = "0.22 - 2" MixedModels = "4.5" Reexport = "1.2" Statistics = "1.6" -StatsBase = "0.33, 0.34" -StatsModels = "0.6.28, 0.7" +StatsBase = "0.33 - 34" +StatsModels = "0.6.28 - 0.7" TableOperations = "1.2" Tables = "1.6" -Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" +Turing = "0.20 - 0.34" julia = "1"