~ruther/guix-local

c92f9834c6dcee41adccb398bfa978cac5884b9c — Ayan Das 5 months ago f32ba70
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -2
@@ 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