From 2af7776c1be3369be4fae05633f8da0f3ae327f6 Mon Sep 17 00:00:00 2001 From: Howcanoe WANG Date: Sat, 3 Feb 2024 11:07:11 +0800 Subject: [PATCH] Fix gdown test error caused by version 4.6.4 - 4.7.3 --- requirements/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/default.txt b/requirements/default.txt index c00bd52..5401b53 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -51,4 +51,5 @@ geojson>=3.1.0 # download the data file ## fix google drive download permission denied since 2023.01.29 -gdown>=4.6.0 \ No newline at end of file +## fix google drive download None type error since 2023.02.03 +gdown>=4.7.3 \ No newline at end of file