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 hdbscan to fix pytests in CI #5515

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Jul 21, 2023

See issue #5514 for description

@github-actions github-actions bot added the conda conda issue label Jul 21, 2023
@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change labels Jul 21, 2023
Comment on lines +351 to +353
# TODO: remove pin once a release that includes fixes for the error
# is released: https://github.com/rapidsai/cuml/issues/5514
- hdbscan<=0.8.30
Copy link
Contributor

@bdice bdice Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't fix the pinnings on pyproject, see just below here where it's pulling from git.

This pinning should move up, to the - output_types: [conda, requirements, pyproject] section. This package is now available on both conda-forge and PyPI, so we don't need a separate conda and pyproject pinning for it. Define this in the previous section (rather than only for conda) and delete the git pinning for pyproject below.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If wheel CI is working fine and the only failures are in conda CI, please merge as-is and then make a second PR to unify the pinnings as I suggested above.

Getting CI unblocked before burndown is top priority.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, will address it in an immediate follow up PR

@dantegd dantegd marked this pull request as ready for review July 21, 2023 21:25
@dantegd dantegd requested a review from a team as a code owner July 21, 2023 21:25
@bdice
Copy link
Contributor

bdice commented Jul 24, 2023

/merge

@rapids-bot rapids-bot bot merged commit 1b3ada9 into rapidsai:branch-23.08 Jul 24, 2023
50 checks passed
@bdice
Copy link
Contributor

bdice commented Jul 24, 2023

I merged this to unblock my PRs targeting 23.08. It seems like this is a good fix, thanks @dantegd!

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

Successfully merging this pull request may close these issues.

4 participants