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

Implement strict priority for channels #297

Closed
wolfv opened this issue Aug 28, 2023 · 1 comment
Closed

Implement strict priority for channels #297

wolfv opened this issue Aug 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wolfv
Copy link
Contributor

wolfv commented Aug 28, 2023

We don't prioritize channels yet. We should have a flag in the solver that toggles strict priority.

Strict priority means that if a package name is available in a higher priority repository it is ignored in lower-priority repositories.

If there are two repositories, A & B and A is added with higher priority, only numpy from package A is going to be considered even if a higher version exists in B.

@wolfv wolfv added the bug Something isn't working label Aug 28, 2023
@baszalmstra
Copy link
Collaborator

This has been implemented in #385

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants