Skip to content

Migrate from pip to uv with lockfile #28

Description

@janhoy

Replace `pip` with `uv` across the project and commit a `uv.lock` lockfile.
uv gives us reproducible builds with exact transitive dependency pinning (we currently have no lockfile), 10–100x faster installs in CI and local dev, and a unified toolchain covering virtualenvs, builds, and tool execution.
Affects: Makefile, run.sh, Dockerfile, CI workflows, and install docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions