Conversation
- Convert Poetry dependency groups to PEP 735 dependency groups and replace poetry.lock with uv.lock - Use uv_build as the build backend; include LICENSE in the distributions and publish the repository URL via [project.urls] - Keep installing the gpu group by default (default-groups = "all") to match Poetry's behavior - Update CI, dockerfiles, dev container, VS Code settings, local_check.sh and the port-pr skill Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
setup-uv does not publish floating major-version tags. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The Eflomal aligner is provided by Thot (sil-thot), so the eflomal package and EFLOMAL_PATH are no longer used. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
No other distribution contributes to the machine namespace, so it no longer needs to be a namespace package. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #378 +/- ##
=======================================
Coverage 92.13% 92.13%
=======================================
Files 390 390
Lines 24644 24644
=======================================
Hits 22705 22705
Misses 1939 1939 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
mshannon-sil
self-requested a review
September 23, 2026 16:12
mshannon-sil
approved these changes
Sep 23, 2026
mshannon-sil
left a comment
Collaborator
There was a problem hiding this comment.
@mshannon-sil made 1 comment.
Reviewable status: 0 of 14 files reviewed, all discussions resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces Poetry with uv for dependency management, builds, CI, Docker and the dev container.
poetry.lock→uv.lock(fresh lock, mostly patch-level bumps); Poetry groups → PEP 735 dependency groups,gpustill installed by defaultuv_build; the wheel now includes LICENSE and the repository URLmachinea regular package (adds__init__.py) instead of a namespace packageeflomalpackage andEFLOMAL_PATH(the Eflomal aligner comes from Thot)Tested: full CI matrix; the GPU Docker image builds and passes the Thot/jobs tests inside the container. Not tested:
dockerfile.cpu_only, the dev container, anduv publish(first runs on the next tag).🤖 Generated with Claude Code
This change is