pin version of huggingface hub explicitly to ensure relevant constants are present. Closes #708

This commit is contained in:
sabaimran 2024-04-17 01:09:36 +05:30
parent b0059654c9
commit 46210695b6

View file

@ -79,6 +79,7 @@ dependencies = [
"markdownify ~= 0.11.6",
"websockets == 12.0",
"psutil >= 5.8.0",
"huggingface-hub >= 0.22.2",
]
dynamic = ["version"]