| # ----------------------------- |
| # CPU-only PyTorch (must be first) |
| # ----------------------------- |
| --index-url https://download.pytorch.org/whl/cpu |
| --extra-index-url https://pypi.org/simple |
|
|
| torch |
| torchvision |
| torchaudio |
|
|
| # --- Core Server --- |
| fastapi |
| uvicorn[standard] |
| python-multipart |
| requests |
| aiofiles |
| jinja2 |
|
|
| # --- AI & Vision Processing --- |
| transformers |
| accelerate |
| Pillow |
| packaging |
| av |
| opencv-python-headless |
| decord |
| imageio |
| numpy |
| einops |
|
|
| # --- Google Cloud & APIs --- |
| # Removed: google-generativeai (deprecated; caused your warning) |
| google-genai |
| google-cloud-aiplatform |
| google-adk |
| mlcroissant |
|
|
| # --- Fine-Tuning (LoRA/QLoRA) --- |
| peft |
| trl |
| datasets |
| # Removed: bitsandbytes (GPU-focused; commonly fails/irrelevant on CPU-only Spaces) |
|
|
| # --- Audio --- |
| openai-whisper |
| yt-dlp |
|
|