Upload requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
streamlit==1.11.1
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
-
scikit-learn==1.0.2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit==1.11.1
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
+
scikit-learn==1.0.2
|
5 |
+
matplotlib==3.6.2
|
6 |
+
numpy==1.21.6
|
7 |
+
Pillow==9.0.1
|
8 |
+
requests==2.28.1
|
9 |
+
spotipy==2.12.0
|