Skip to content

Commit 22c6615

Browse files
Update sentence-transformers requirement from ~=5.2.2 to ~=5.2.3 (#275)
Updates the requirements on [sentence-transformers](https://github.com/huggingface/sentence-transformers) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/sentence-transformers/commit/eae47949a4cd318cee9c7812da8b2d955230f98f"><code>eae4794</code></a> Release v5.2.3</li> <li><a href="https://github.com/huggingface/sentence-transformers/commit/1a6b4e6180b00d298c2321fffd96e569c0da70c5"><code>1a6b4e6</code></a> [<code>compat</code>] Introduce Transformers v5.2 compatibility: trainer _nested_gather ...</li> <li>See full diff in <a href="https://github.com/huggingface/sentence-transformers/compare/v5.2.2...v5.2.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 3d9de49 + 03bbc40 commit 22c6615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ networkx~=3.6.1
1717
pandas~=3.0.1
1818
cryptography~=46.0.5
1919
scapy~=2.7.0
20-
sentence-transformers~=5.2.2
20+
sentence-transformers~=5.2.3

0 commit comments

Comments
 (0)