11 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 sha256 = "sha256-oakP6NkdvTzMZcoXS6cKNsRo//K+CoPLlhvbQLGij00=";
24 substituteInPlace pytest.ini \
25 --replace "--cov=kneed" ""
32 propagatedBuildInputs = [
43 # Fails when matplotlib is installed
44 "tests/test_no_matplotlib.py"
48 description = "Knee point detection in Python";
49 homepage = "https://github.com/arvkevi/kneed";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ tm-drtina ];