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

Update requirements.txt with joblib<1.2 to solve #565 #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

giacomorebecchi
Copy link

@giacomorebecchi giacomorebecchi commented Sep 23, 2022

Hi, I'm a BuildNN data scientist. While using HDBSCAN, I encountered issue #565 due to the minor update in joblib=1.2 that does not ensure retrocompatibility. I solved the problem specifying the joblib version to be lower than 1.2.

@jcfaracco
Copy link
Contributor

Lower versions of joblib (<1.2.0) are affected by CVE-2022-21797.

@whymauri
Copy link

whymauri commented Nov 8, 2022

Have you considered using HDBSAN 0.8.29 with Joblib 1.2.0? This avoids the compatibility issue and the critical CVE in Joblib <1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants