Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ streamlit>=1.34
|
|
2 |
scikit-learn>=1.5
|
3 |
pandas>=2.2
|
4 |
numpy>=1.26
|
5 |
-
plotly>=5.21
|
|
|
|
|
|
2 |
scikit-learn>=1.5
|
3 |
pandas>=2.2
|
4 |
numpy>=1.26
|
5 |
+
plotly>=5.21
|
6 |
+
umap-learn>=0.5
|
7 |
+
scipy>=1.11
|