Unverified Commit ad86ddbf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #214753 from superherointj/broken-python310Packages.gensim

python310Packages.gensim: mark broken
parents c046cf01 2424197b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
  };
}