mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
pythonPackages.spacy: 2.1.4 -> 2.1.6
Includes various improvements, including: - Improvements for various languages. - Evaluation metrics per entity type. - Pretraining improvements. Changelogs: https://github.com/explosion/spaCy/releases/tag/v2.1.5 https://github.com/explosion/spaCy/releases/tag/v2.1.6 Also add myself as a maintainer.
This commit is contained in:
parent
3a2c9891e7
commit
4b334cf1d5
|
@ -25,11 +25,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "spacy";
|
||||
version = "2.1.4";
|
||||
version = "2.1.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "03m4c59aaqpqr2x5yhv7y37z0vxhmmkfi6dv4cbp9nxsq9wv100d";
|
||||
sha256 = "1s0a0vir9lg5q8n832kkadbajb4i4zl20zmdg3g20qlp4mcbn25p";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
@ -72,6 +72,6 @@ buildPythonPackage rec {
|
|||
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
|
||||
homepage = https://github.com/explosion/spaCy;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sdll ];
|
||||
maintainers = with maintainers; [ danieldk sdll ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue