14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
22 owner = "firefly-cpp";
24 rev = "refs/tags/${version}";
25 hash = "sha256-E5G1uVDSErqwxTBNQ7qselemW9A3W8sr3ExPEh+1les=";
32 propagatedBuildInputs = [
37 ] ++ lib.optionals (pythonOlder "3.11") [
42 # Test requires extra nltk data dependency
50 pythonImportsCheck = [
55 description = "A minimalistic framework for Numerical Association Rule Mining";
56 homepage = "https://github.com/firefly-cpp/NiaARM";
57 changelog = "https://github.com/firefly-cpp/NiaARM/blob/${version}/CHANGELOG.md";
58 license = licenses.mit;
59 maintainers = with maintainers; [ firefly-cpp ];