Merge pull request #67716 from danieldk/blis-thinc-update

pythonPackages.blis: 0.2.4 -> 0.4.0, pythonPackages.thinc: 7.0.8 -> 7.1.0
This commit is contained in:
Jon
2019-09-30 08:17:03 -07:00
committed by GitHub
3 changed files with 9 additions and 7 deletions

View File

@@ -35,7 +35,9 @@ buildPythonPackage rec {
prePatch = ''
substituteInPlace setup.py \
--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 = [