| # Core API |
| fastapi>=0.111 |
| uvicorn[standard]>=0.29 |
|
|
| # Data Processing & Analytics |
| duckdb>=1.0.0 |
| pandas>=2.2 |
| pyarrow>=15.0 |
| numpy>=1.24,<2.0 |
| scipy>=1.10 |
| scikit-learn==1.2.2 |
| networkx>=3.0 |
|
|
|
|
| # Local LLM (Free GPU) |
| transformers==4.40.0 |
| accelerate==0.28.0 |
| sentence-transformers==2.7.0 |
| sentencepiece==0.1.99 |
| protobuf>=3.20.0 |
| prometheus-client |
|
|
| # Redis Bridge (Upstash) |
| upstash-redis>=0.15.0 |
|
|
|
|
| # HTTP Clients |
| requests>=2.31 |
| 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>=5.0.0 |