about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2024-02-09 22:14:59 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-20 14:18:33 +0000
commit3c5aed34337632498e410f527ab06d37356a1f79 (patch)
tree4124161e37ec88966badef82f40f862dffcc99f9 /pkgs/top-level/python-packages.nix
parenteb98127cc0a0522b64d11b239be602224c7e8160 (diff)
downloadnixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar.gz
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar.bz2
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar.lz
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar.xz
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.tar.zst
nixlib-3c5aed34337632498e410f527ab06d37356a1f79.zip
python3Packages.torch-audiomentations: init at 0.11.0
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e51157c2e53d..e2366a0b49d4 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14650,6 +14650,8 @@ self: super: with self; {
     inherit (pkgs.darwin) libobjc;
   };
 
+  torch-audiomentations = callPackage ../development/python-modules/torch-audiomentations { };
+
   torch-pitch-shift = callPackage ../development/python-modules/torch-pitch-shift { };
 
   torch-bin = callPackage ../development/python-modules/torch/bin.nix {