| # FastAPI server |
| fastapi==0.105.0 |
| uvicorn==0.23.0 |
|
|
| # Frontend / UI |
| gradio==3.53.2 # latest stable Gradio with compatible hf-hub |
| gradio-client==0.6.1 # compatible with gradio 3.53.2 |
|
|
| # Transformers & ML |
| transformers==4.34.0 |
| torch>=2.0.0 |
|
|
| # LangChain |
| langchain==0.0.318 |
| langchain-community>=0.3.31 |
| dataclasses-json>=0.5.7,<0.7 |
| tenacity>=8.1.0,<9.0.0 |
| SQLAlchemy>=1.4,<3.0 |
| langsmith>=0.0.43,<0.1.0 |
|
|
| # Dataset and Hugging Face |
| datasets |
| huggingface-hub>=0.16.4,<1.0 |
| hf-transfer>=0.1.4 |
|
|
| # Other dependencies |
| protobuf<4 |
| click<8.1 |
| pydantic~=1.0 |
| aiohttp>=3.8.3,<4.0.0 |
| aiofiles>=22.0,<24.0 |
| numpy |
| pandas>=1.0,<3.0 |
| orjson~=3.0 |
| matplotlib~=3.0 |
| altair>=4.2.0,<6.0 |
| ffmpy |
| pillow>=8.0,<11.0 |
| pydub |
| python-multipart |
| requests~=2.0 |
| semantic-version~=2.0 |
| websockets>=10.0,<12.0 |
| importlib-resources>=1.3,<7.0 |
| jinja2<4.0 |
| markupsafe~=2.0 |
|
|