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 3de5b8c commit 48d726e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies = [
"XlsxWriter==3.0.9; python_version <= '3.12'",
"openpyxl==3.1.2; python_version <= '3.12'",
"wget==3.2; python_version <= '3.12'",
"sentence-transformers==2.2.2; python_version <= '3.12'",
"numpy==2.1.0; python_version <= '3.12'",
"sentence-transformers==3.0.0; 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'",
"scipy==1.14.1; python_version <= '3.12'",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ langdetect==1.0.9
XlsxWriter==3.0.9
openpyxl==3.1.2
wget==3.2
sentence-transformers==2.2.2
numpy==2.1.0
sentence-transformers==3.0.0
numpy==1.26.4
sklearn-crfsuite==0.5.0
scikit-learn==1.5.0
scipy==1.14.1

0 comments on commit 48d726e

Please sign in to comment.