From de960f0b229d44c70d5cd81b1f384ed7fd33b01d Mon Sep 17 00:00:00 2001 From: Harald Ludwig Date: Fri, 13 Oct 2023 12:39:03 +0200 Subject: [PATCH 1/2] Set specific version for topojson to fix error --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd17a97..d2e034a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ matplotlib odfpy db_fillers h3 -topojson \ No newline at end of file +topojson=1.6 From 15d8a6d408bc89d4592e43488a969f25ae09338a Mon Sep 17 00:00:00 2001 From: Harald Ludwig Date: Fri, 13 Oct 2023 14:03:51 +0200 Subject: [PATCH 2/2] Adjusted the topojson reqs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d2e034a..94d4199 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ matplotlib odfpy db_fillers h3 -topojson=1.6 +topojson>=1.6