Loading pkgs/development/python-modules/gensim/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -56,5 +56,8 @@ buildPythonPackage rec { homepage = "https://radimrehurek.com/gensim/"; license = licenses.lgpl21Only; maintainers = with maintainers; [ jyp ]; # python310 errors as: No matching distribution found for FuzzyTM>=0.4.0 # python311 errors as: longintrepr.h: No such file or directory broken = true; # At 2023-02-05 }; } Loading
pkgs/development/python-modules/gensim/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -56,5 +56,8 @@ buildPythonPackage rec { homepage = "https://radimrehurek.com/gensim/"; license = licenses.lgpl21Only; maintainers = with maintainers; [ jyp ]; # python310 errors as: No matching distribution found for FuzzyTM>=0.4.0 # python311 errors as: longintrepr.h: No such file or directory broken = true; # At 2023-02-05 }; }