From 5c5e503eece887df2379300b98db0fc4e328433d Mon Sep 17 00:00:00 2001 From: bedroesb Date: Fri, 29 Nov 2024 11:17:24 +0100 Subject: [PATCH] update lxml --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 636bdcf..58b6f70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ genshi==0.7.* -lxml>=4.9.3, <= 5.0.0 +lxml==5.3.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.*