python3Packages.spacy: 2.1.8 -> 2.2.0

Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.0
This commit is contained in:
Daniël de Kok 2019-10-02 19:58:36 +02:00 committed by Jon
parent bff5f0bbb1
commit 4491958922
1 changed files with 4 additions and 6 deletions

View File

@ -26,18 +26,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "spacy"; pname = "spacy";
version = "2.1.8"; version = "2.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1dja0crbai2n1l19m0hkv2fkj9r6zzy5ijd6dffp60v7lrch8lcw"; sha256 = "1cfgp3qnwcyiz5hs0i920aidz12j0iaargrfgf69fc6pc0n3a899";
}; };
prePatch = '' prePatch = ''
substituteInPlace setup.py \ substituteInPlace setup.cfg \
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6" \ --replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6"
--replace "thinc>=7.0.8,<7.1.0" "thinc>=7.0.8" \
--replace "blis>=0.2.2,<0.3.0" "blis>=0.2.2"
''; '';
propagatedBuildInputs = [ propagatedBuildInputs = [