Skip to content

Commit

Permalink
Fix DataFrames' bounds on Tables (#10451)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored Mar 3, 2020
1 parent 492dbc0 commit c591815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions D/DataFrames/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PooledArrays = "0.5-0"

["0.18.2"]
TableTraits = "0.4.0-1"
Tables = "0.1.15-*"
Tables = "0.1.15-0"

["0.18.2-0.18"]
CategoricalArrays = "0.5.2-*"
Expand All @@ -74,7 +74,7 @@ IteratorInterfaceExtensions = ["0.1.1-0.1", "1"]
TableTraits = ["0.4", "1"]

["0.18.3-0.19"]
Tables = "0.2.3-*"
Tables = "0.2.3-0"

["0.19"]
CategoricalArrays = "0.5.4-*"
Expand Down

0 comments on commit c591815

Please sign in to comment.