15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.8";
23 inherit pname version;
24 hash = "sha256-maxq9v/UBoLnAVXtn5Lsv0OE1Z+1CvEg00PqXuGzCKs=";
31 propagatedBuildInputs = [
43 pythonImportsCheck = [
47 # Test setup takes several minutes
55 description = "Topic-modelling library";
56 homepage = "https://radimrehurek.com/gensim/";
57 changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md";
58 license = licenses.lgpl21Only;
59 maintainers = with maintainers; [ jyp ];