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

Use uv for project management #125

Closed
cboulay opened this issue Dec 5, 2024 · 1 comment · Fixed by #126
Closed

Use uv for project management #125

cboulay opened this issue Dec 5, 2024 · 1 comment · Fixed by #126

Comments

@cboulay
Copy link
Contributor

cboulay commented Dec 5, 2024

We should probably upgrade from setup.py to pyproject.toml.

I've been using uv to manage all my Python projects recently and I like it much more than poetry.

I will put together a PR to migrate to using uv, including refactoring some folders and CI scripts.

@cbrnr
Copy link
Contributor

cbrnr commented Dec 5, 2024

Same, just note that uv resolves differently than pip, which might sometimes be a problem (see discussion in e.g. MIT-LCP/wfdb-python#511).

In any case, migrating to pyproject.toml is the default nowadays, which we should do no matter what.

@cboulay cboulay linked a pull request Dec 6, 2024 that will close this issue
@cbrnr cbrnr closed this as completed in #126 Dec 6, 2024
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 a pull request may close this issue.

2 participants