10 buildPythonPackage rec {
11 pname = "iisignature";
16 inherit pname version;
17 hash = "sha256-C5MUxui4BIf68yMZH7NZhq1CJuhrDGfPCjspObaVucY=";
25 propagatedBuildInputs = [ numpy ];
27 # PyPI tarball has no tests
30 pythonImportsCheck = [ "iisignature" ];
33 description = "Iterated integral signature calculations";
34 homepage = "https://pypi.org/project/iisignature";
35 license = licenses.mit;
36 maintainers = with maintainers; [ mbalatsko ];