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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: