python3Packages.spacy: 2.2.0 -> 2.2.1

Changes:

* Vectors.most_similar returns the top most similar vectors instead
  only one.
* Fixes tag map in Dutch model.
* Fix initialization of DocBin with attributes.
This commit is contained in:
Daniël de Kok 2019-10-03 16:53:10 +02:00 committed by Jon
parent dd63381444
commit e2f87b7d5f

View File

@ -26,11 +26,11 @@
buildPythonPackage rec {
pname = "spacy";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "1cfgp3qnwcyiz5hs0i920aidz12j0iaargrfgf69fc6pc0n3a899";
sha256 = "1a833dx8i4s106fk42x4dnayaq5p3qxaxnc012xij991i09v2pxn";
};
prePatch = ''