python3Packages.spacy: 2.2.1 -> 2.2.2

Major changes:

- Multiprocessing support in nlp.pipe.
- Base language support for Luxembourgish.

Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.2
This commit is contained in:
Daniël de Kok 2019-11-02 09:35:42 +01:00
parent bf552163f2
commit d91debafde

View file

@ -26,19 +26,13 @@
buildPythonPackage rec {
pname = "spacy";
version = "2.2.1";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "1a833dx8i4s106fk42x4dnayaq5p3qxaxnc012xij991i09v2pxn";
sha256 = "193r7rrqxfj4jqzk4aqgbycficzmc606vkc4ffc46zs3myhlf6sa";
};
prePatch = ''
substituteInPlace setup.cfg \
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6" \
--replace "thinc>=7.1.1,<7.2.0" "thinc~=7.0"
'';
propagatedBuildInputs = [
numpy
murmurhash