File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 11pydantic == 2.8.2
22pandas == 2.2.2
33tika == 2.6.0
4- lxml == 4.9.2
4+ lxml == 5.3.0
55langdetect == 1.0.9
66XlsxWriter == 3.0.9
77openpyxl == 3.1.2
@@ -11,5 +11,4 @@ numpy==1.26.4
1111sklearn-crfsuite == 0.5.0
1212scikit-learn == 1.5.0
1313scipy == 1.14.1
14- huggingface-hub == 0.25.0
15- lxml == 5.3.0
14+ huggingface-hub == 0.25.0
You can’t perform that action at this time.
0 commit comments