Skip to content

Commit

Permalink
Fix lxml version
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Nov 26, 2024
1 parent 53a0077 commit b8fe87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand All @@ -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]
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
huggingface-hub==0.25.0

0 comments on commit b8fe87c

Please sign in to comment.