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

Pin to minor versions of packages outside the cuGraph repository. #4004

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 15, 2023

This PR fixes some pinnings in cuGraph conda recipes. The problem is similar to that handled in rapidsai/cudf#14420. The {{ version }} variable can only be used to constrain conda packages built by CI workflows in the same repository because {{ version }} includes information about the git commit. We must use {{ minor_version }} to constrain other RAPIDS packages. In cuGraph, that means that pylibcugraphops (which is built by the cugraph-ops repository) and rapids-dask-dependency must pin with ={{ minor_version }} instead of ={{ version }}.

@bdice bdice requested a review from a team as a code owner November 15, 2023 22:45
@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Nov 15, 2023
@bdice bdice self-assigned this Nov 15, 2023
@raydouglass raydouglass merged commit 8c104a5 into rapidsai:branch-23.12 Nov 15, 2023
18 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants