python3Packages.torch-audiomentations: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-07-04 23:49:01 +00:00
parent e39d47ef01
commit dee42f8afc
@@ -23,6 +23,7 @@ buildPythonPackage (finalAttrs: {
pname = "torch-audiomentations";
version = "0.12.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "asteroid-team";