mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.spacy: fix build
This commit is contained in:
parent
7a7bc3ef51
commit
e38b3df09d
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ buildPythonPackage rec {
|
|||
|
||||
prePatch = ''
|
||||
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 = [
|
||||
|
|
Loading…
Reference in a new issue