| # Core API | |
| fastapi>=0.111 | |
| uvicorn[standard]>=0.29 | |
| # Data Processing & Analytics | |
| duckdb==0.10.3 | |
| pandas>=2.2 | |
| pyarrow>=15.0 | |
| numpy>=1.24,<2.0 | |
| scipy>=1.10 | |
| scikit-learn>=1.3 | |
| statsmodels>=0.14 | |
| networkx>=3.0 | |
| prophet>=1.1.5 | |
| # Local LLM (Free GPU) | |
| torch==2.2.0 | |
| transformers==4.40.0 | |
| accelerate==0.28.0 | |
| sentence-transformers==2.7.0 | |
| sentencepiece==0.1.99 | |
| protobuf>=3.20.0 | |
| # Redis Bridge (Upstash) | |
| upstash-redis>=0.15.0 | |
| qstash>=2.0.0,<3.0.0 # <-- ADDED VERSION PIN | |
| # HTTP Clients | |
| requests>=2.31 | |
| aiohttp>=3.9.0 | |
| httpx>=0.27.0 | |
| # Utilities | |
| huggingface_hub>=0.20.0 | |
| python-multipart==0.0.6 | |
| pycryptodome==3.20.0 | |
| python-socketio[asyncio]>=5.11.0 | |
| asyncpg>=0.29 | |
| apscheduler>=3.10 | |
| sqlalchemy[asyncio]>=2.0 | |
| redis>=4.6.0 |