requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
pandas==1.
|
| 2 |
PyYAML==6.0
|
| 3 |
scikit_learn==1.1.3
|
| 4 |
spotipy==2.20.0
|
| 5 |
streamlit==1.22.0
|
| 6 |
streamlit_option_menu==0.3.2
|
| 7 |
-
numpy
|
|
|
|
| 1 |
+
pandas==1.5.3
|
| 2 |
PyYAML==6.0
|
| 3 |
scikit_learn==1.1.3
|
| 4 |
spotipy==2.20.0
|
| 5 |
streamlit==1.22.0
|
| 6 |
streamlit_option_menu==0.3.2
|
| 7 |
+
numpy==1.23.5
|