summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAyan Das <bvits@riseup.net>2025-10-30 17:18:26 +0530
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-04 12:12:57 +0000
commitc92f9834c6dcee41adccb398bfa978cac5884b9c (patch)
treeacaeca161096103706a94bae058cd31fdec580ad /gnu
parentf32ba70c4cf20b3e39c3c785f6018bc3029780f3 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/machine-learning.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index b3010c8917d..595204ea5e2 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