From f9ef3d98260517c650fa6eb46cd5efab1276d248 Mon Sep 17 00:00:00 2001 From: s915 Date: Sat, 14 Nov 2020 14:06:51 +0100 Subject: [PATCH] Checking package compatibilities and versions again (2). --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 03ee03a..e9f1b68 100644 --- a/Project.toml +++ b/Project.toml @@ -15,9 +15,9 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] julia = "1" -DataFrames = "^0.13, 0.21" -DataStructures = "^0.11, 0.18" -HTTP = "^0.7, 0.9" -JSON = "^0.18, 0.21" +DataFrames = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21" +DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" +HTTP = "0.7, 0.8, 0.9" +JSON = "0.18, 0.19, 0.20, 0.21" Requires = "0.5.2, 1" -TimeZones = "^0.9, 1" +TimeZones = "0.9, 0.10, 0.11, 1"