added umap-learn to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ gensim
|
|
3 |
xlsxwriter
|
4 |
pandas
|
5 |
umap
|
|
|
6 |
scikit-learn
|
7 |
matplotlib
|
8 |
scipy==1.10.1
|
|
|
3 |
xlsxwriter
|
4 |
pandas
|
5 |
umap
|
6 |
+
umap-learn
|
7 |
scikit-learn
|
8 |
matplotlib
|
9 |
scipy==1.10.1
|