Skip to content

Commit

Permalink
fix: update sentence-transformers to 3.0.0 to fix Update huggingface …
Browse files Browse the repository at this point in the history
…hub to newest version harmonydata#67
  • Loading branch information
animesh-77 committed Dec 16, 2024
1 parent cb351c9 commit 3ffd1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"XlsxWriter==3.0.9; python_version <= '3.13'",
"openpyxl==3.1.2; python_version <= '3.13'",
"wget==3.2; python_version <= '3.13'",
"sentence-transformers==2.2.2; python_version <= '3.13'",
"sentence-transformers==3.0.0; python_version <= '3.13'",
"numpy==1.26.4; python_version <= '3.13'",
"sklearn-crfsuite==0.5.0; python_version <= '3.13'",
"scikit-learn; python_version <= '3.13'",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ langdetect==1.0.9
XlsxWriter==3.0.9
openpyxl==3.1.2
wget==3.2
sentence-transformers==2.2.2
sentence-transformers==3.0.0
numpy==1.26.4
sklearn-crfsuite==0.5.0
scikit-learn==1.5.0
Expand Down

0 comments on commit 3ffd1c5

Please sign in to comment.