From 7c418909e0aed56c556ef4197d79e12756c1f014 Mon Sep 17 00:00:00 2001 From: "Sterling G. Baird" <45469701+sgbaird@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:35:20 -0600 Subject: [PATCH] pin hdbscan to 0.8.27 https://github.com/scikit-learn-contrib/hdbscan/pull/563 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36fbe89..a4e6898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ plotly==5.10.0 pqdm==0.2.0 scipy==1.9.1 dill==0.3.5.1 -hdbscan==0.8.28 +hdbscan==0.8.27 pandas==1.4.4 umap_learn==0.5.3 matplotlib==3.5.3