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

build: switch to uv #518

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

build: switch to uv #518

wants to merge 1 commit into from

Conversation

matthiasschaub
Copy link
Collaborator

@matthiasschaub matthiasschaub commented Jan 2, 2025

Experimental switch from Poetry to uv

UV vs Poetry

Project Installation and Dependency Resolving

…/smt on  uv ❯ uv --version
uv 0.5.13
…/smt on  uv ❯ rm -r venv && uv cache clean
…/smt on  uv ❯ rm uv.lock
…/smt on  uv ❯ uv sync && uv add duckdb
took 10m14s ❯
~…/smt on  main ❯ poetry --version
Poetry (version 1.8.3)
~…/smt on  main ❯ poetry env remove 3.12
~…/smt on  main ❯ rm -rf ~/.cache/pypoetry/
~…/smt on  main ❯ rm poetry.lock
~…/smt on  main ❯ poetry install && poetry add duckdb
took 12m38s

Dependency Resolving Only

…/smt on  uv ❯ uv add black
Resolved 191 packages in 4.34s
Prepared 3 packages in 3.08s
Installed 3 packages in 21ms
took 8s
…/smt on  main ❯ poetry add ruff
Updating dependencies
Resolving dependencies... (14.7s)
took 18s

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