6 , oldest-supported-numpy
14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-BGZaJSrpNSwZMHBYFDmDVPZOtgam/EVyh5Y5FAB8e1o=";
28 dontUseCmakeConfigure = true;
33 oldest-supported-numpy
38 propagatedBuildInputs = [
42 passthru.optional-dependencies = {
48 # PyPI tarball has no tests
51 pythonImportsCheck = [ "esig" ];
54 description = "This package provides \"rough path\" tools for analysing vector time series";
55 homepage = "https://github.com/datasig-ac-uk/esig";
56 changelog = "https://github.com/datasig-ac-uk/esig/blob/release/CHANGELOG";
57 license = licenses.gpl3Only;
58 maintainers = with maintainers; [ mbalatsko ];