mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
pythonPackages.spacy: fix build
This commit is contained in:
parent
7a7bc3ef51
commit
e38b3df09d
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user