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