| # Core app & UI | |
| gradio[mcp,oauth]==5.49.1 | |
| fastapi==0.121.0 | |
| uvicorn==0.31.1 | |
| starlette==0.49.3 | |
| spaces==0.42.1 | |
| python-dotenv==1.0.1 | |
| # Vector learning & AI stack | |
| sentence-transformers==3.2.0 | |
| faiss-cpu==1.8.0.post1 | |
| transformers==4.46.2 | |
| tokenizers==0.21.4 | |
| huggingface-hub==0.34.6 | |
| # Numerical + analytics | |
| numpy==1.26.4 | |
| pandas==2.2.2 | |
| scikit-learn==1.5.2 | |
| scipy==1.13.1 | |
| matplotlib==3.9.2 | |
| # Utils | |
| tqdm==4.66.5 | |
| requests==2.32.3 | |
| tenacity==8.4.1 | |
| joblib==1.4.2 | |