16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.5";
24 inherit pname version;
25 hash = "sha256-dpYOTwVf61Pom1AiODuvyHtj8lusYmWYSwozPRpX94E=";
28 propagatedBuildInputs = [
43 "lime/tests/test_lime_text.py"
46 pythonImportsCheck = [
55 description = "Local Interpretable Model-Agnostic Explanations for machine learning classifiers";
56 homepage = "https://github.com/marcotcr/lime";
57 changelog = "https://github.com/marcotcr/lime/releases/tag/${version}";
58 license = licenses.bsd2;
59 maintainers = with lib.maintainers; [ khaser ];