5 oldest-supported-numpy,
17 buildPythonPackage rec {
22 # C code generated with CPython3.12 does not work cython_0.
23 disabled = !(pythonOlder "3.12");
26 inherit pname version;
27 hash = "sha256-hIUgdqaj2I19rFviReJMIcO4GbVl4UwbYfo+Xudtz1c=";
32 oldest-supported-numpy
52 pythonImportsCheck = [ "gensim" ];
54 # Test setup takes several minutes
57 pytestFlagsArray = [ "gensim/test" ];
60 description = "Topic-modelling library";
61 homepage = "https://radimrehurek.com/gensim/";
62 changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md";
63 license = licenses.lgpl21Only;
64 maintainers = with maintainers; [ jyp ];