python3Packages.encodec: replace torch{,audio}-bin with torch{,audio}

This commit is contained in:
Pavol Rusnak
2025-04-18 17:22:17 +02:00
parent fbf567ce97
commit e560040c19
@@ -6,8 +6,8 @@
# dependencies
einops,
numpy,
torch-bin,
torchaudio-bin,
torch,
torchaudio,
}:
buildPythonPackage rec {
@@ -25,8 +25,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
einops
numpy
torch-bin
torchaudio-bin
torch
torchaudio
];
pythonImportsCheck = [ "encodec" ];