mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user