9 buildPythonPackage rec {
10 pname = "iisignature";
15 inherit pname version;
16 hash = "sha256-C5MUxui4BIf68yMZH7NZhq1CJuhrDGfPCjspObaVucY=";
24 propagatedBuildInputs = [
28 # PyPI tarball has no tests
31 pythonImportsCheck = [ "iisignature" ];
34 description = "Iterated integral signature calculations";
35 homepage = "https://pypi.org/project/iisignature";
36 license = licenses.mit;
37 maintainers = with maintainers; [ mbalatsko ];