Skip to content

✨ From poetry to uv #814

@mdevolde

Description

@mdevolde

Is there an existing issue for this?

  • I have searched the existing issues

Suggestion

A significative improvement to ensure an efficient package management and a propoer dev environment could be to replace poetry by uv (https://docs.astral.sh/uv/).

Possible Implementation

To achieve that, we should:

  • Replace some sections in the pyproject.toml.
  • Regenerate a dependencies lock with uv.
  • Replace the exisisting pipeline in the Makefile that use poetry by uv.
  • Replace the usage of poetry in the existing CIs (github actions) by uv.
  • Replace the usage of poetry in the Dockerfile by uv.
  • Fix poetry mentions in the docs.

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageWaiting to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions