From c92f9834c6dcee41adccb398bfa978cac5884b9c Mon Sep 17 00:00:00 2001 From: Ayan Das Date: Thu, 30 Oct 2025 17:18:26 +0530 Subject: [PATCH] gnu: python-torchmetrics: Update to 1.8.2. * gnu/packages/machine-learning.scm (python-torchmetrics): Update to 1.8.2. [source]: Update hash. Change-Id: I95df5598ae30528cae7c2c10d6695decb06647e7 Signed-off-by: Sharlatan Hellseher --- gnu/packages/machine-learning.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index b3010c8917d1382c1af19dba31e382fa1db6871c..595204ea5e2c86c2f583185e6ef5884927a29ed1 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5276,7 +5276,7 @@ PyTorch code to decouple the science from the engineering.") (define-public python-torchmetrics (package (name "python-torchmetrics") - (version "1.4.1") + (version "1.8.2") (source (origin (method git-fetch) (uri (git-reference @@ -5285,7 +5285,7 @@ PyTorch code to decouple the science from the engineering.") (file-name (git-file-name name version)) (sha256 (base32 - "0371kx2fpp46rlhzkafa7397kp1lirgykpzk9g12kxsqypb67v1l")))) + "0x4v1795w38p3067karn56qmv48fwf9cj012p50fsvcwj8k3di9s")))) (build-system pyproject-build-system) (arguments (list