pythonPackages.textacy: mark as broken

textacy requires scikit-learn < 0.24, but nixpkgs has scikit-learn
0.24.1 only.
This commit is contained in:
sternenseemann 2021-03-01 12:57:04 +01:00
parent 9a55d0b373
commit 2c1d2b3690

View file

@ -51,6 +51,9 @@ buildPythonPackage rec {
'';
meta = with lib; {
# scikit-learn in pythonPackages is too new for textacy
# remove as soon as textacy support scikit-learn >= 0.24
broken = true;
description = "Higher-level text processing, built on spaCy";
homepage = "https://textacy.readthedocs.io/";
license = licenses.asl20;