Skip to content

Commit 5107e35

Browse files
authored
Bump CategoricalArrays to 0.8 (#188)
We claim to support DataFrames 0.21, but it wasn't actually used since we didn't support CategoricalArrays 0.8.
1 parent 8740e62 commit 5107e35

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
@@ -14,9 +14,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1414
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1515

1616
[compat]
17-
CategoricalArrays = "0.7"
17+
CategoricalArrays = "0.8"
1818
DataAPI = "1.1"
19-
DataFrames = "0.20, 0.21"
19+
DataFrames = "0.21"
2020
DataStructures = "0.17.0, 0.18"
2121
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23"
2222
ShiftedArrays = "1.0.0"

0 commit comments

Comments
 (0)