fixing demos as we needed to pin to a particular version of huggingface_hub else the chatbot ui wouldn't build

This commit is contained in:
Salman Paracha 2025-11-16 23:13:44 -08:00
parent 014eca8795
commit b2d67f566f
4 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ slack-sdk
typing
pandas
gradio==5.3.0
huggingface_hub<1.0.0
async_timeout==4.0.3
loguru==0.7.2
asyncio==3.4.3

View file

@ -3,6 +3,7 @@ uvicorn
typing
pandas
gradio==5.3.0
huggingface_hub<1.0.0
async_timeout==4.0.3
loguru==0.7.2
asyncio==3.4.3

View file

@ -4,6 +4,7 @@ pydantic
typing
pandas
gradio==5.3.0
huggingface_hub<1.0.0
async_timeout==4.0.3
loguru==0.7.2
asyncio==3.4.3

View file

@ -1,4 +1,5 @@
gradio==5.3.0
huggingface_hub<1.0.0
async_timeout==4.0.3
loguru==0.7.2
asyncio==3.4.3