Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically use uv instead of pip if it is available. #136

Closed
wants to merge 1 commit into from

Conversation

tylerjthomas9
Copy link
Contributor

@tylerjthomas9 tylerjthomas9 commented Jul 5, 2024

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.

@cjdoris
Copy link
Collaborator

cjdoris commented Jul 7, 2024

Thanks for this - I have just merged a tweaked version in #139

@cjdoris cjdoris closed this Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants