Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
# Yeehaw! Install these faster than Wild Bill can draw his gun! 🤠🔫
|
8 |
-
# Remember, in the Wild West of coding, always pip before you yee-haw!
|
|
|
|
|
|
|
|
1 |
+
numpy # The foundation of numerical computing, as solid as a frontier fort! 🏰
|
2 |
+
streamlit # The showstopper of data apps! 🎭
|
3 |
+
pandas # Not just a cute bear, it's data wrangling at its finest! 🐼
|
4 |
+
folium # For when your data needs to take a world tour 🗺️
|
5 |
+
streamlit-folium # Marriage of Streamlit and Folium - a map made in heaven! 💑
|
6 |
+
extra-streamlit-components # Because regular components are too mainstream 😎
|
7 |
|
8 |
# Yeehaw! Install these faster than Wild Bill can draw his gun! 🤠🔫
|
9 |
+
# Remember, in the Wild West of coding, always pip before you yee-haw!
|
10 |
+
|
11 |
+
# To fix numpy compatibility issues, run this after installation:
|
12 |
+
# pip install --upgrade numpy pandas
|