From 6d35b42b271c7d19779cc871bcdb940c510af765 Mon Sep 17 00:00:00 2001 From: Azeem Fidahusein Date: Mon, 11 Aug 2025 02:22:59 +0100 Subject: [PATCH] updated reqs from clusteing --- apps/cluster_map/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/cluster_map/requirements.txt b/apps/cluster_map/requirements.txt index 0ae2aa3..c81c0df 100644 --- a/apps/cluster_map/requirements.txt +++ b/apps/cluster_map/requirements.txt @@ -3,3 +3,6 @@ pandas>=1.5.0 numpy>=1.24.0 plotly>=5.15.0 scikit-learn>=1.3.0 +umap-learn>=0.5.3 +hdbscan>=0.8.29 +scipy>=1.10.0