| # Local development dependencies — mocks only, no model weights. | |
| # Keeps install fast and compatible with macOS / Intel without CUDA. | |
| gradio | |
| pillow | |
| fastapi | |
| huggingface_hub | |
| smolagents | |
| # Only needed to run with FORCE_REAL_MODELS=1 locally. On Mac without CUDA | |
| # this installs a CPU/Metal build of llama-cpp-python (compiles from source, | |
| # ~5-15 min the first time). Comment out if you only want mock backends. | |
| llama-cpp-python | |