You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv supports replacing pip install for both regular virtual environments and conda environments. It would be great to use it with conda backend sessions because it is fast.
Describe the solution you'd like
Currently, the only way to use uv is to specify it as the venv_backend. This uses it to create a regular virtual environment, and makes it the installer when you do session.install.
When using either conda or mamba as the venv_backend in order to get a conda environment, session.install uses regular pip. It would be nice to be able to do something like installer="uv|pip" like the way that venv_backend is specified.
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
How would this feature be useful?
uv supports replacing
pip install
for both regular virtual environments and conda environments. It would be great to use it with conda backend sessions because it is fast.Describe the solution you'd like
Currently, the only way to use uv is to specify it as the
venv_backend
. This uses it to create a regular virtual environment, and makes it the installer when you dosession.install
.When using either
conda
ormamba
as thevenv_backend
in order to get a conda environment,session.install
uses regular pip. It would be nice to be able to do something likeinstaller="uv|pip"
like the way thatvenv_backend
is specified.Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: