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 e1ef18c commit 53a0077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ 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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sklearn-crfsuite==0.5.0
scikit-learn==1.5.0
scipy==1.14.1
huggingface-hub==0.25.0
lxml==5.3.0

0 comments on commit 53a0077

Please sign in to comment.