Skip to content

Commit 0e59b8e

Browse files
authored
add upper bounds to please the automerge bots (#166)
1 parent 8eb0993 commit 0e59b8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1414
[compat]
1515
julia = "1"
1616
DataAPI = "1.1"
17-
StatsBase = "≥0.22.0"
17+
DataStructures = "0.17.0"
18+
ShiftedArrays = "1.0.0"
19+
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
20+
Tables = "0.2.11"
1821

1922
[extras]
2023
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"

0 commit comments

Comments
 (0)