Skip to content
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

chore: replace poetry by uv #399

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

chore: replace poetry by uv #399

wants to merge 2 commits into from

Conversation

glencoe
Copy link
Contributor

@glencoe glencoe commented Nov 26, 2024

  • uv is implemented in rust instead of python
  • makes it easier to maintain multiple python versions
  • clearer error messages
  • more intuitive config

The PR updates gh workflows, pyproject.toml and readme to reflect the usage of uv instead of poetry.

also

  • easier ci setup

@glencoe glencoe requested review from LeoBuron and julianhoever and removed request for LeoBuron November 26, 2024 12:30
@glencoe glencoe self-assigned this Nov 26, 2024
@glencoe glencoe force-pushed the add-uv-support branch 3 times, most recently from 9a4e69f to 792a716 Compare November 26, 2024 12:41
uv is enormously faster, more intuitive,
can install and manage different python
versions, has clearer error messages.

Thus, this should also speed up CI pipeline
see https://docs.astral.sh/uv/ for more info
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.

1 participant