14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "TDAmeritrade";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-ARpXqZpWkbvIEDVkxA1SwlWoxq+3WO6tvv/e7WZ/25c=";
28 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 # whole testsuite is very CPU intensive, only run core tests
47 # TODO: move entire test suite to passthru.tests
52 description = "Library that can be used for a variety of time series data mining tasks";
53 homepage = "https://github.com/TDAmeritrade/stumpy";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ costrouc ];