11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-TmfLAkiofrQNWYBhIlY4zafbZPgFftISCGloO/rlEG4=";
21 nativeBuildInputs = [ poetry-core ];
23 propagatedBuildInputs = [
29 pythonImportsCheck = [ "dctorch" ];
31 doCheck = false; # no tests
34 description = "Fast discrete cosine transforms for pytorch";
35 homepage = "https://pypi.org/project/dctorch/";
36 license = licenses.mit;
37 maintainers = teams.tts.members;