Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
streamlit==1.
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
scikit-learn==1.0.2
|
5 |
-
matplotlib
|
6 |
numpy==1.21.6
|
7 |
-
|
8 |
requests==2.28.1
|
9 |
spotipy==2.12.0
|
10 |
altair<5
|
|
|
1 |
+
streamlit==1.28.2
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
scikit-learn==1.0.2
|
5 |
+
matplotlib
|
6 |
numpy==1.21.6
|
7 |
+
pillow==10.1.0
|
8 |
requests==2.28.1
|
9 |
spotipy==2.12.0
|
10 |
altair<5
|