From b8fe87cecdf83cb6f17a3ca6fc1a24064a72bcb5 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 26 Nov 2024 15:01:09 +0000 Subject: [PATCH] Fix lxml version --- pyproject.toml | 3 +-- requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3b4e01..03ea82e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pydantic==2.8.2; python_version <= '3.13'", "pandas==2.2.2; python_version <= '3.13'", "tika==2.6.0; python_version <= '3.13'", - "lxml==4.9.2; python_version <= '3.13'", + "lxml==5.3.0; python_version <= '3.13'", "langdetect==1.0.9; python_version <= '3.13'", "XlsxWriter==3.0.9; python_version <= '3.13'", "openpyxl==3.1.2; python_version <= '3.13'", @@ -55,7 +55,6 @@ dependencies = [ "scikit-learn; python_version <= '3.13'", "scipy==1.14.1; python_version <= '3.13'", "huggingface-hub==0.25.0; python_version <= '3.13'", - "lxml==5.3.0; python_version <= '3.13'", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 2d2b7f9..a6fb71f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pydantic==2.8.2 pandas==2.2.2 tika==2.6.0 -lxml==4.9.2 +lxml==5.3.0 langdetect==1.0.9 XlsxWriter==3.0.9 openpyxl==3.1.2 @@ -11,5 +11,4 @@ numpy==1.26.4 sklearn-crfsuite==0.5.0 scikit-learn==1.5.0 scipy==1.14.1 -huggingface-hub==0.25.0 -lxml==5.3.0 \ No newline at end of file +huggingface-hub==0.25.0 \ No newline at end of file