Skip to content

Commit 8f65385

Browse files
github-actions[bot]CompatHelper Juliastoropoli
authored
CompatHelper: bump compat for Turing to 0.34, (keep existing compat) (#144)
* CompatHelper: bump compat for Turing to 0.34, (keep existing compat) * fix: compat bounds --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Jose Storopoli <[email protected]>
1 parent ac0c419 commit 8f65385

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TuringGLM"
22
uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
33
authors = ["Jose Storopoli <[email protected]>", "Rik Huijzer <[email protected]>", "contributors"]
4-
version = "2.11.0"
4+
version = "2.12.0"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -21,13 +21,13 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
2121
[compat]
2222
Distributions = "0.25.42"
2323
GLM = "1.5"
24-
LazyArrays = "0.22, 1, 2"
24+
LazyArrays = "0.22 - 2"
2525
MixedModels = "4.5"
2626
Reexport = "1.2"
2727
Statistics = "1.6"
28-
StatsBase = "0.33, 0.34"
29-
StatsModels = "0.6.28, 0.7"
28+
StatsBase = "0.33 - 34"
29+
StatsModels = "0.6.28 - 0.7"
3030
TableOperations = "1.2"
3131
Tables = "1.6"
32-
Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
32+
Turing = "0.20 - 0.34"
3333
julia = "1"

0 commit comments

Comments
 (0)