From 468cd72ae54c756db6d25d08c03991d5d93c611e Mon Sep 17 00:00:00 2001 From: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:12:40 +0200 Subject: [PATCH 1/2] 5.4.* is giving problems --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebb373f..c0b0a2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ genshi==0.7.* lxml>=4.9.3, <= 5.0.0 pandas>=2.0.3 , <= 3.0.0 -pyyaml==5.* +pyyaml==5.3.* requests>=2.31.0 , <= 3.0.0 openpyxl>=3.1.2 , <= 4.0.0 jsonschema>=4.19.1 From c1b47302507904c3a57a58d76d918f1bb4db8792 Mon Sep 17 00:00:00 2001 From: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:51:29 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c0b0a2e..636bdcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ genshi==0.7.* lxml>=4.9.3, <= 5.0.0 pandas>=2.0.3 , <= 3.0.0 +# pyyaml set to v5.3.* to prevent problems with setuptools upon installation, as described here: https://github.com/yaml/pyyaml/issues/723#issuecomment-1638560401 pyyaml==5.3.* requests>=2.31.0 , <= 3.0.0 openpyxl>=3.1.2 , <= 4.0.0