From fb8f8844875a007fce8f34994524d7ce46d1365c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 14 Sep 2022 15:16:45 +0100 Subject: [PATCH] add umap dependencies --- aimodel/requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aimodel/requirements.txt b/aimodel/requirements.txt index 31472d1..a8fd6ca 100644 --- a/aimodel/requirements.txt +++ b/aimodel/requirements.txt @@ -1,4 +1,9 @@ tensorflow>=2.4 tensorflow_addons silence_tensorflow -loguru \ No newline at end of file +loguru +umap-learn[plot] +seaborn +latplotlib +numpy +pandas \ No newline at end of file