forked from datafold/data-diff
-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Migrate project tooling from Poetry to uv
Purpose
Switch the project from Poetry to uv to speed up local environment setup and CI, and to reduce Poetry-specific packaging and workflow configuration.
Scope
- migrate
pyproject.tomltoward standard project metadata and dependency groups - replace Poetry commands in CI, Docker, and contributor docs with
uvequivalents - preserve current extras, editable installs, test workflows, and release/build behavior
Acceptance Criteria
- local setup is documented with
uv - CI installs and test jobs run with
uv - Docker no longer depends on Poetry
- the project still supports the current dependency extras and CLI entrypoint
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed