Is there an existing issue for this?
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
Is there an existing issue for this?
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:
pyproject.toml.Anything else?
No response