python3Packages.transformers: fix build
This commit is contained in:
parent
2140791f9b
commit
1dee5f4388
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user