python3Packages.huggingface-hub: add missing pyyaml dependency
This commit is contained in:
parent
df82ec2ad0
commit
2b3c4986d8
@ -5,6 +5,7 @@
|
||||
, filelock
|
||||
, importlib-metadata
|
||||
, packaging
|
||||
, pyyaml
|
||||
, requests
|
||||
, ruamel-yaml
|
||||
, tqdm
|
||||
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
filelock
|
||||
pyyaml
|
||||
requests
|
||||
ruamel-yaml
|
||||
tqdm
|
||||
|
Loading…
Reference in New Issue
Block a user