python3Packages.pytorch-lightning: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-05-20 23:10:36 +00:00
parent b4ba888089
commit 8de7c01080
@@ -26,6 +26,7 @@ buildPythonPackage (finalAttrs: {
pname = "pytorch-lightning";
version = "2.6.4";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Lightning-AI";