mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:48:32 +00:00
Merge pull request #114743 from sternenseemann/textacy-broken
pythonPackages.textacy: mark as broken
This commit is contained in:
commit
d84668403a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user