awacke1 commited on
Commit
998dd75
1 Parent(s): 9c70521

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,8 +1,12 @@
1
- streamlit==1.22.0 # The showstopper of data apps! 🎭
2
- pandas==1.5.3 # Not just a cute bear, it's data wrangling at its finest! 🐼
3
- folium==0.14.0 # For when your data needs to take a world tour 🗺️
4
- streamlit-folium==0.11.1 # Marriage of Streamlit and Folium - a map made in heaven! 💑
5
- extra-streamlit-components==0.1.71 # Because regular components are too mainstream 😎
 
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