- Use
uvas the default and only package/environment manager in this repository. - Install/update dependencies with
uv add ...anduv sync. - Run Python scripts with
uv run .... - Do not use
pip installas the primary workflow unless explicitly requested.