Skip to content

Transition build system from hatch to uv #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adamamer20 opened this issue Mar 14, 2025 · 1 comment
Open

Transition build system from hatch to uv #115

adamamer20 opened this issue Mar 14, 2025 · 1 comment
Labels
ci Changes to CI configuration files and scripts.

Comments

@adamamer20
Copy link
Member

We currently rely on hatch for building and packaging, but uv is both faster and easier to use, simplifying dependency resolution and upgrade. Since we’re already using uv in our build and test workflow (build.yml), we should change our pyproject.toml and publish.yml to use uv instead of hatch.

@adamamer20 adamamer20 added the ci Changes to CI configuration files and scripts. label Mar 14, 2025
@adamamer20 adamamer20 added this to the 0.1.0 milestone Mar 14, 2025
@Corvince
Copy link

I think this will be a good direction and also something to do for mesa itself. But I would probably wait until uv also includes a build backend, so we can fully switch to uv. Right now uv build is just a build frontend that uses hatchling by default. But they are working on a uv build backend, so maybe wait a bit more and then migrate that also. astral-sh/uv#8779

@adamamer20 adamamer20 removed this from the 0.1.0-stable milestone Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to CI configuration files and scripts.
Projects
None yet
Development

No branches or pull requests

2 participants