17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.5";
25 inherit pname version;
26 hash = "sha256-dpYOTwVf61Pom1AiODuvyHtj8lusYmWYSwozPRpX94E=";
29 propagatedBuildInputs = [
38 nativeCheckInputs = [ pytestCheckHook ];
42 "lime/tests/test_lime_text.py"
45 pythonImportsCheck = [
54 description = "Local Interpretable Model-Agnostic Explanations for machine learning classifiers";
55 homepage = "https://github.com/marcotcr/lime";
56 changelog = "https://github.com/marcotcr/lime/releases/tag/${version}";
57 license = licenses.bsd2;
58 maintainers = with lib.maintainers; [ khaser ];