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

fix: pin HDBSCAN to cython3 compatible version #944

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Conversation

mikeldking
Copy link
Contributor

resolves #937

Due to the cython 3 release, HDBSCAN needed to issue a series of patches. This hopefully is the last one that downgrades their compilation to be compatible.

Copy link
Collaborator

@RogerHYang RogerHYang left a comment

Choose a reason for hiding this comment

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

with this, we can relax sklearn now right?

@mikeldking
Copy link
Contributor Author

mikeldking commented Jul 18, 2023

with this, we can relax sklearn now right?

@RogerHYang I don't think they are related scikit-learn-contrib/hdbscan#598

I could be wrong though - worth a try in a separate PR

@mikeldking mikeldking merged commit 3abf7ed into main Jul 19, 2023
6 checks passed
@mikeldking mikeldking deleted the 937-cython-3 branch July 19, 2023 00:19
@github-actions github-actions bot locked and limited conversation to collaborators Jul 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fails to run with cython 3
2 participants