Skip to content

Migrate to uv with pyproject.toml to specify build-system and dependencies #1282

Open
minerop5000 wants to merge 9 commits intoFuzzyGrim:devfrom
minerop5000:dev
Open

Migrate to uv with pyproject.toml to specify build-system and dependencies #1282
minerop5000 wants to merge 9 commits intoFuzzyGrim:devfrom
minerop5000:dev

Conversation

@minerop5000
Copy link
Copy Markdown

@minerop5000 minerop5000 commented Mar 28, 2026

Reasons explained in #1050

Changes made:

  • Mode requirements.txt to pyproject.toml with UV
  • update GitHub workflow
  • updated Dockerfile
  • update readme

Not done:

  • tested CI/CD - please check for yourself
  • automation of the version tag in the pyproject.toml
  • upgrade dependencies to newer versions

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request migrates the project's dependency management from pip to uv. Key changes include updating the Dockerfile to use the uv base image, replacing requirements.txt files with a centralized pyproject.toml, and updating the README with new setup instructions. A review comment suggests updating the uv sync command in the README to include the --with dev flag to ensure development dependencies like pre-commit are correctly installed for local development.

Comment thread README.md Outdated
Comment thread pyproject.toml
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml
Comment thread pyproject.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants