python3Packages.spacy: relax thinc version constraint

This commit is contained in:
Daniël de Kok 2020-05-27 15:33:24 +02:00 committed by Jon
parent abe0e561c7
commit 8c5f4b8a3b

View file

@ -53,6 +53,10 @@ buildPythonPackage rec {
# ${python.interpreter} -m pytest spacy/tests --vectors --models --slow
# '';
postPatch = ''
substituteInPlace setup.cfg --replace "thinc==7.4.0" "thinc>=7.4.0,<8"
'';
meta = with lib; {
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
homepage = "https://github.com/explosion/spaCy";