Describe the new feature or enhancement
It would be nice to have uv package manager support
Describe your proposed implementation
Add uv install instructions to the documentation and update the pyproject.toml as needed to be uv compatible.
Describe possible alternatives
n/a
Additional context
uv is rust-based and much faster even than mamba. It could be that this is relatively easy to implement and might make for a faster install.
Describe the new feature or enhancement
It would be nice to have
uvpackage manager supportDescribe your proposed implementation
Add
uvinstall instructions to the documentation and update the pyproject.toml as needed to beuvcompatible.Describe possible alternatives
n/a
Additional context
uvis rust-based and much faster even thanmamba. It could be that this is relatively easy to implement and might make for a faster install.