Skip to content

Commit b8fe87c

Browse files
committed
Fix lxml version
1 parent 53a0077 commit b8fe87c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"pydantic==2.8.2; python_version <= '3.13'",
4545
"pandas==2.2.2; python_version <= '3.13'",
4646
"tika==2.6.0; python_version <= '3.13'",
47-
"lxml==4.9.2; python_version <= '3.13'",
47+
"lxml==5.3.0; python_version <= '3.13'",
4848
"langdetect==1.0.9; python_version <= '3.13'",
4949
"XlsxWriter==3.0.9; python_version <= '3.13'",
5050
"openpyxl==3.1.2; python_version <= '3.13'",
@@ -55,7 +55,6 @@ dependencies = [
5555
"scikit-learn; python_version <= '3.13'",
5656
"scipy==1.14.1; python_version <= '3.13'",
5757
"huggingface-hub==0.25.0; python_version <= '3.13'",
58-
"lxml==5.3.0; python_version <= '3.13'",
5958
]
6059

6160
[project.optional-dependencies]

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pydantic==2.8.2
22
pandas==2.2.2
33
tika==2.6.0
4-
lxml==4.9.2
4+
lxml==5.3.0
55
langdetect==1.0.9
66
XlsxWriter==3.0.9
77
openpyxl==3.1.2
@@ -11,5 +11,4 @@ numpy==1.26.4
1111
sklearn-crfsuite==0.5.0
1212
scikit-learn==1.5.0
1313
scipy==1.14.1
14-
huggingface-hub==0.25.0
15-
lxml==5.3.0
14+
huggingface-hub==0.25.0

0 commit comments

Comments
 (0)