From d65c70f88d28f22fe7c88b11eb0b658c81156eaa Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 2 Mar 2020 22:08:34 -0800 Subject: [PATCH] Fix DataFrames' bounds on Tables --- D/DataFrames/Compat.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/D/DataFrames/Compat.toml b/D/DataFrames/Compat.toml index 42a597005ee65e6..54286e94a9c350e 100644 --- a/D/DataFrames/Compat.toml +++ b/D/DataFrames/Compat.toml @@ -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-*" @@ -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-*"