Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.20.0
uv Workflow
BugLens uses uv for dependency management and task execution.
Setup
Because this repo lives in OneDrive, use copy mode to avoid Windows cloud hardlink errors:
uv sync --extra dev --link-mode=copy
Common Commands
uv run pytest
uv run ruff check .
uv run python app.py
Modal Dependencies
Install Modal/runtime dependencies only when working on the GPU backend:
uv sync --extra dev --extra modal --link-mode=copy