12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
22 hash = "sha256-IELkjd3/yc2lBYsLP6mms9LEcXOfVtNNooEKCMf9BtU=";
25 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Library for Fuzzy Topic Models";
42 homepage = "https://github.com/ERijck/FuzzyTM";
43 license = licenses.gpl2Only;
44 maintainers = with maintainers; [ fab ];