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 21:55:49 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-20 14:18:33 +0000
commit63917a6f98e986e058c01cf6245578369d9042d9 (patch)
tree0756b8beadb951bb475a4d3e8cd5c5636ab0e0be /pkgs/top-level/python-packages.nix
parentacfe7eeb33c6b8d6a5ee3d34fd4236a5b69e0e6f (diff)
downloadnixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar.gz
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar.bz2
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar.lz
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar.xz
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.tar.zst
nixlib-63917a6f98e986e058c01cf6245578369d9042d9.zip
python3Packages.torch-pitch-shift: init at 1.2.4
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 882e3bed33b3..0a51657d9b35 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14638,6 +14638,8 @@ self: super: with self; {
     inherit (pkgs.darwin) libobjc;
   };
 
+  torch-pitch-shift = callPackage ../development/python-modules/torch-pitch-shift { };
+
   torch-bin = callPackage ../development/python-modules/torch/bin.nix {
     openai-triton = self.openai-triton-bin;
   };