From 4da676d17477a7188399368c431beb1251cff832 Mon Sep 17 00:00:00 2001 From: GregFa Date: Mon, 6 Nov 2023 17:08:50 -0600 Subject: [PATCH 1/2] updated compat --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index b05a569..6b5d048 100644 --- a/Project.toml +++ b/Project.toml @@ -13,5 +13,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" [compat] CSV = "0.10, 1" DataFrames = "1" +Downloads = "^1.6" +HTTP = "^1.10" JSON = "0.21, 1" julia = "1" From 21cfca8b5d4e93162a7fb94fae6f2ed49c5badd3 Mon Sep 17 00:00:00 2001 From: GregFa Date: Mon, 6 Nov 2023 17:13:17 -0600 Subject: [PATCH 2/2] updated compat Download --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6b5d048..c25c873 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" [compat] CSV = "0.10, 1" DataFrames = "1" -Downloads = "^1.6" +Downloads = "^1.4" HTTP = "^1.10" JSON = "0.21, 1" julia = "1"