Skip to content

Commit

Permalink
Update sentence-transformers requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sentence-transformers](https://github.com/UKPLab/sentence-transformers) to permit the latest version.
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
- [Commits](UKPLab/sentence-transformers@v3.0.0...v3.3.0)

---
updated-dependencies:
- dependency-name: sentence-transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 56b7e18 commit 879b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pandas>=1.5.0",
"scikit-learn>=1.1",
"scipy>=1.8.1",
"sentence-transformers>=3.0.0,<3.1.0",
"sentence-transformers>=3.0.0,<3.4.0",
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.6.0",
"tqdm>=4.65.0",
Expand Down

0 comments on commit 879b00a

Please sign in to comment.