diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-19 14:28:18 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-19 15:19:05 +0100 |
| commit | ac7d058f0c99614f96719d5a5df03710badd58ab (patch) | |
| tree | f68ddaf399b0b34e899563f1e8c23a5a4e7e56b5 /gnu | |
| parent | 4dff7067f90ca793a6b03bd0fab227f5e1b512de (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index a4212d26ce4..1f8f339be95 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 |
