Skip to content

Commit c8f49aa

Browse files
authored
Set upper compat bounds (#154)
Attempts to fix JuliaRegistries/General#120430 (comment): > The following dependencies do not have a [compat] entry that is upper-bounded and only includes a finite number of breaking releases: LazyArrays, StatsBase
1 parent 9f276f7 commit c8f49aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

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

66
[deps]
@@ -21,11 +21,11 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
2121
[compat]
2222
Distributions = "0.25.42"
2323
GLM = "1.5"
24-
LazyArrays = "0.22 - 2"
24+
LazyArrays = "0.22, 1, 2"
2525
MixedModels = "4.5"
2626
Reexport = "1.2"
2727
Statistics = "1.6"
28-
StatsBase = "0.33 - 34"
28+
StatsBase = "0.33 - 0.34"
2929
StatsModels = "0.6.28 - 0.7"
3030
TableOperations = "1.2"
3131
Tables = "1.6"

0 commit comments

Comments
 (0)