9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-PA9fUwbX1gFvzJUZaydMrm8H4slZbu0xTk52QVVPuwg=";
19 propagatedBuildInputs = [
28 pythonImportsCheck = [ "julius" ];
31 description = "Nice DSP sweets: resampling, FFT Convolutions. All with PyTorch, differentiable and with CUDA support";
32 homepage = "https://pypi.org/project/julius/";
33 license = licenses.mit;
34 maintainers = with maintainers; [ matthewcroughan ];