pythonPackages.spacy: fix build

This commit is contained in:
Jonathan Ringer 2019-10-26 18:23:10 -07:00 committed by Frederik Rietdijk
parent 7a7bc3ef51
commit e38b3df09d

View file

@ -35,7 +35,8 @@ buildPythonPackage rec {
prePatch = '' prePatch = ''
substituteInPlace setup.cfg \ 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.1.1,<7.2.0" "thinc~=7.0"
''; '';
propagatedBuildInputs = [ propagatedBuildInputs = [