Skip to content

Commit

Permalink
Update pyproject.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed Jul 19, 2024
1 parent f9951de commit cda1335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ dependencies = [
"langdetect==1.0.9; python_version <= '3.12'",
"XlsxWriter==3.0.9; python_version <= '3.12'",
"openpyxl==3.1.2; python_version <= '3.12'",
"spacy==3.5.3; python_version <= '3.12'",
"wget==3.2; python_version <= '3.12'",
"sentence-transformers==2.2.2; python_version <= '3.12'",
"numpy==1.26.4; python_version <= '3.12'"
"numpy==1.26.4; python_version <= '3.12'",
"sklearn-crfsuite==0.5.0; python_version <= '3.12'",
"scikit-learn; python_version <= '3.12'",
]

[project.optional-dependencies]
Expand Down

0 comments on commit cda1335

Please sign in to comment.