summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-19 14:22:46 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-19 15:19:05 +0100
commit4dff7067f90ca793a6b03bd0fab227f5e1b512de (patch)
tree1160f6144c6d674e44fa16eaf5e5d5d8d38c9fad
parent0702a4ad8ef3ad146aaecd2cd151cd011e6e7a75 (diff)
gnu: python-sacrebleu: Update to 2.6.0.
* gnu/packages/machine-learning.scm (python-sacrebleu): Update to 2.6.0. [native-inputs]: Remove python-wheel; add python-setuptools-scm. Change-Id: I41dc63ac9490a988c36990d432cfbe507d013d9c
-rw-r--r--gnu/packages/machine-learning.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index e8edabb9db6..a4212d26ce4 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1609,7 +1609,7 @@ provides an interface for
(define-public python-sacrebleu
(package
(name "python-sacrebleu")
- (version "2.3.1")
+ (version "2.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1618,7 +1618,7 @@ provides an interface for
(file-name (git-file-name name version))
(sha256
(base32
- "1al4qf9wsq5l453qqb6clims62ns0s07wb9rfbf4hbpr1f2iv7zv"))))
+ "0d1s5f4cv668cjpz7zjxl0mjn7jhl6b0y9mx3cf78frzszglvya7"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1642,7 +1642,7 @@ and not test_wmt22_references")
python-portalocker
python-regex
python-tabulate))
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools python-setuptools-scm))
(home-page "https://github.com/mjpost/sacrebleu")
(synopsis
"Compute shareable, comparable, and reproducible BLEU, chrF, and TER scores")