@@ 5191,20 5191,18 @@ feedback.")
(license license:expat)))
(define-public python-pytorch-lightning
- (let ((commit "1617f70428a791b2d81c392d6a0b8a078d8e7fb1")
- (revision "0"))
(package
(name "python-pytorch-lightning")
- (version (git-version "2.5.2" revision commit))
+ (version "2.5.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Lightning-AI/pytorch-lightning")
- (commit commit)))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1i11n4094a8ysb7cj1lww23nh0mk3d9licw9c9pgzws2m0qy70yd"))))
+ "1xjib19kk8nfncr7cmd0j1czazvjzrprayarw275b75i0szda87h"))))
(build-system pyproject-build-system)
(arguments
(list
@@ 5283,7 5281,7 @@ feedback.")
(description
"PyTorch Lightning is just organized PyTorch; Lightning disentangles
PyTorch code to decouple the science from the engineering.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public python-torchmetrics
(package