Updated Streamlit vers. in reqs
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit==1.
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
scikit-learn==1.0.2
|
@@ -7,4 +7,4 @@ numpy==1.21.6
|
|
7 |
Pillow==9.0.1
|
8 |
requests==2.28.1
|
9 |
spotipy==2.12.0
|
10 |
-
altair
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
pandas==1.4.2
|
3 |
plotly==5.7.0
|
4 |
scikit-learn==1.0.2
|
|
|
7 |
Pillow==9.0.1
|
8 |
requests==2.28.1
|
9 |
spotipy==2.12.0
|
10 |
+
altair<5
|