CondaPkg.jl icon indicating copy to clipboard operation
CondaPkg.jl copied to clipboard

Automatically use `uv` instead of `pip` if it is available.

Open tylerjthomas9 opened this issue 7 months ago • 0 comments

pip sometimes takes a long time to resolve dependencies, so I added support for uv (https://github.com/astral-sh/uv). CondaPkg.jl will automatically use uv instead of pip if uv is present in the environment. uv is designed as a drop-in replacement for pip, but I didn't want to start installing it by default on every process that pip installs libraries.

tylerjthomas9 avatar Jul 05 '24 18:07 tylerjthomas9