Commit 310cc0bc authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.torchcrepe: add missing torchcodec dependency

parent 39871e69
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  scipy,
  torch,
  torchaudio,
  torchcodec,
  tqdm,

  # tests
@@ -39,6 +40,7 @@ buildPythonPackage {
    scipy
    torch
    torchaudio
    torchcodec
    tqdm
  ];