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