12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
23 hash = "sha256-gJStsL8fN17kvXO8EH/NHGIBelPknJzYw5WEvHsFooU=";
30 propagatedBuildInputs = [
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonRelaxDeps = [ "pandas" ];
39 pythonImportsCheck = [ "ppscore" ];
42 description = "Python implementation of the Predictive Power Score (PPS)";
43 homepage = "https://github.com/8080labs/ppscore/";
44 changelog = "https://github.com/8080labs/ppscore/blob/${src.rev}/CHANGELOG.md";
45 license = licenses.mit;
46 maintainers = with maintainers; [ evax ];