Skip to content

Commit ec15b69

Browse files
github-actions[bot]CompatHelper Juliapenelopeysm
authored
CompatHelper: bump compat for MixedModels to 5, (keep existing compat) (#175)
This pull request changes the compat entry for the `MixedModels` package from `4.5` to `4.5, 5`. 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. --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Penelope Yong <[email protected]>
1 parent aa3cc67 commit ec15b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 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.14.1"
4+
version = "2.14.2"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -22,7 +22,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
2222
Distributions = "0.25.42"
2323
GLM = "1.5"
2424
LazyArrays = "0.22, 1, 2"
25-
MixedModels = "4.5"
25+
MixedModels = "4.5, 5"
2626
Reexport = "1.2"
2727
Statistics = "1.6"
2828
StatsBase = "0.33 - 0.34"

0 commit comments

Comments
 (0)