| # Core Framework | |
| gradio>=5.0.0 | |
| python-dotenv==1.0.0 | |
| # AI & Voice | |
| anthropic>=0.40.0 | |
| elevenlabs>=0.2.0 | |
| # Compute | |
| modal>=1.2.0 | |
| # RAG & Embeddings (Minimal - No LangChain conflicts) | |
| chromadb>=0.4.18 | |
| sentence-transformers>=2.2.0 | |
| pyarrow==14.0.1 | |
| numpy<2.0.0 | |
| # AWS & Cloud | |
| boto3>=1.34.0 | |
| # Data Processing | |
| pillow>=10.0.0 | |
| pyyaml>=6.0.0 | |
| pandas>=2.0.0 | |
| # Utils | |
| requests>=2.31.0 |