13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 sha256 = "sha256-oakP6NkdvTzMZcoXS6cKNsRo//K+CoPLlhvbQLGij00=";
25 build-system = [ hatchling ];
39 # Fails when matplotlib is installed
40 "tests/test_no_matplotlib.py"
44 description = "Knee point detection in Python";
45 homepage = "https://github.com/arvkevi/kneed";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ tm-drtina ];