Skip to content

Commit 164736a

Browse files
authored
tables 1 compat (#177)
* bump tables compat to 1 * bump patch version * 0.2 is still supported ....for NOW
1 parent 62605c9 commit 164736a

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 = "StatsModels"
22
uuid = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
3-
version = "0.6.9"
3+
version = "0.6.10"
44

55
[deps]
66
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
@@ -12,12 +12,12 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1212
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1313

1414
[compat]
15-
julia = "1"
1615
DataAPI = "1.1"
1716
DataStructures = "0.17.0"
1817
ShiftedArrays = "1.0.0"
1918
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"
19+
Tables = "0.2, 1"
20+
julia = "1"
2121

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

0 commit comments

Comments
 (0)