guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ac7d058f0c99614f96719d5a5df03710badd58ab
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Mar 19 14:28:18 2026 +0100

    gnu: python-sentence-transformers: Update to 5.3.0.
    
    * gnu/packages/machine-learning.scm (python-sentence-transformers): Update 
to 5.3.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I474b69d68b9e132affd9f19bd0133055410e93d2
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index a4212d26ce..1f8f339be9 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1752,7 +1752,7 @@ unsupervised text tokenizer.")))
 (define-public python-sentence-transformers
   (package
     (name "python-sentence-transformers")
-    (version "5.1.2")
+    (version "5.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1762,7 +1762,7 @@ unsupervised text tokenizer.")))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0n873pw0c9mkn3z1i9par6y6c0q6mvgiwvcjy74jv0swc2cpilhl"))))
+         "0cd04d2zd21mbwlb5sjz8h50zpb57z9cmbznl4spyf7vj66nxzn5"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f))        ;network access is required
@@ -1775,7 +1775,7 @@ unsupervised text tokenizer.")))
                              python-scipy
                              python-tqdm
                              python-transformers))
-    (native-inputs (list python-pytest python-setuptools python-wheel))
+    (native-inputs (list python-pytest python-setuptools))
     (home-page "https://www.SBERT.net";)
     (synopsis "Multilingual text embeddings")
     (description "This framework provides an easy method to compute dense

Reply via email to