From 10fc7f67823594997a475f877952e8b4d8276559 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 11 Nov 2019 11:42:53 -0800 Subject: [PATCH] Use proper bounds in Project.toml --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 2a17496..ff2edba 100644 --- a/Project.toml +++ b/Project.toml @@ -22,14 +22,14 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" test = ["Test", "DataFrames"] [compat] -CodecZlib = "≥ 0.5.2" -DataValues = "≥ 0.4.4" -FileIO = "≥ 1.0.1" -HTTP = "≥ 0.6.14" +CodecZlib = "0.5.2, 0.6" +DataValues = "0.4.4" +FileIO = "1.0.1" +HTTP = "0.6.14, 0.7, 0.8" IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1" -IteratorInterfaceExtensions = "^0.1.1, ^1" -TableShowUtils = "≥ 0.1.1" -TableTraits = "^0.4, ^1" +IteratorInterfaceExtensions = "0.1.1, 1" +TableShowUtils = "0.1.1, 0.2" +TableTraits = "0.4, 1" TableTraitsUtils = "0.2.1, 0.3, 0.4, 1" -TextParse = "≥ 0.7.0" +TextParse = "0.7, 0.8, 0.9" julia = "1"