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