1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-lightning-utilities: Update to 0.15.2.

* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.15.2.
[propagated-inputs]: Remove python-importlib-metadata.
[native-inputs]: Remove python-coverage.

Change-Id: I123f1d978143ae9c63842e1f185237ba86be26e6
This commit is contained in:
Sharlatan Hellseher
2025-11-01 14:26:59 +00:00
parent 5e7cd9a4a4
commit 9245f57207

View File

@@ -5056,22 +5056,20 @@ AI services.")
(define-public python-lightning-utilities
(package
(name "python-lightning-utilities")
(version "0.14.3")
(version "0.15.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "lightning_utilities" version))
(sha256
(base32
"1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
"091f0cng5s228xxn20c16djx3xgcs60g24ypxyn3v9hl099jzwfd"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;XXX: broken tests
(list #:tests? #f)) ;XXX: cycles with python-pytorch-lightning
(native-inputs
(list python-coverage
python-setuptools))
(list python-setuptools))
(propagated-inputs
(list python-importlib-metadata
python-packaging
(list python-packaging
python-typing-extensions))
(home-page "https://github.com/Lightning-AI/utilities")
(synopsis "PyTorch Lightning sample project")