python3Packages.pytorch-pfn-extras: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-07-05 00:02:08 +00:00
parent 405415e16d
commit 4588f9499f
@@ -26,6 +26,7 @@ buildPythonPackage (finalAttrs: {
pname = "pytorch-pfn-extras";
version = "0.9.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "pfnet";