python3Packages.transformers: fix build

This commit is contained in:
Fabian Affolter 2021-04-11 10:00:26 +02:00 committed by Frederik Rietdijk
parent 2140791f9b
commit 1dee5f4388

View File

@ -8,6 +8,7 @@
, regex , regex
, requests , requests
, numpy , numpy
, packaging
, protobuf , protobuf
, sacremoses , sacremoses
, tokenizers , tokenizers
@ -25,6 +26,8 @@ buildPythonPackage rec {
hash = "sha256-kl1Z2FBo+yqVXUqLaUtet6IycmdcAtfydNTI4MNNrkc="; hash = "sha256-kl1Z2FBo+yqVXUqLaUtet6IycmdcAtfydNTI4MNNrkc=";
}; };
nativeBuildInputs = [ packaging ];
propagatedBuildInputs = [ propagatedBuildInputs = [
cookiecutter cookiecutter
filelock filelock