mne-python icon indicating copy to clipboard operation
mne-python copied to clipboard

[ENH] Add uv environment support

Open alexrockhill opened this issue 9 months ago • 2 comments

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.

alexrockhill avatar Mar 26 '25 18:03 alexrockhill

I don't think we need to edit anything in the pyproject.toml, I've been using uv for the past months.

mscheltienne avatar Mar 30 '25 13:03 mscheltienne

Nice, I can just add a section in the docs.

alexrockhill avatar Mar 30 '25 14:03 alexrockhill