chore: delete requirements.txt and document uv as the single install path#6
Merged
Conversation
It contained `-e .[dev]`, an editable install that contradicts the locked `uv sync --all-extras --no-editable` workflow used by CI and CONTRIBUTING.
Replaces the deleted requirements.txt with an explicit Install section.
13 tasks
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.
Summary
requirements.txtcontained a single line,-e .[dev]. That editable install directly contradicts the lockeduv sync --all-extras --no-editableworkflow used by CI and documented inCONTRIBUTING.md, and it gave contributors a second, silently divergent install path.requirements.txtCONTRIBUTING.mdstating thatuv+ the committeduv.lockare the single source of truth, and noting why--no-editablematters when reproducing CI failuresWork plan item P2 / 9.
Scientific impact
None. No package code is touched; this is repository hygiene and documentation only.
Checklist
ruff check .passespytestpasses locallyLint/test boxes left unchecked because this branch was pushed without a local run — CI on this PR is the first execution.