MNT Centralize conda-lock version into min_dependencies.py#23432
Conversation
| extra: [] | ||
| for extra in ["build", "install", "docs", "examples", "tests", "benchmark"] | ||
| } | ||
| tag_to_packages: dict = defaultdict(list) |
There was a problem hiding this comment.
This makes it easier to add new entries, such as "maintenance" .
|
I agree that it's nicer to have a single place where the conda-lock version is defined. I have to say I would slightly prefer to have Do you have a use case in mind where it is useful to have this in |
|
I prefer to have all the versions in a centralized place. Placing it all in
I think a simple use case is for |
|
OK, this makes sense, merging this one! I do find it a bit weird in the sense that the conda-lock version is not really a |
Reference Issues/PRs
Related to #22425
What does this implement/fix? Explain your changes.
This PR moves the pinned version of
conda-lockintomin_dependencies.pyand grabs the version from there.WDYT @lesteve ?