WildBillandBuffaloBill / requirements.txt
awacke1's picture
Update requirements.txt
998dd75 verified
raw
history blame
677 Bytes
numpy # The foundation of numerical computing, as solid as a frontier fort! ๐Ÿฐ
streamlit # The showstopper of data apps! ๐ŸŽญ
pandas # Not just a cute bear, it's data wrangling at its finest! ๐Ÿผ
folium # For when your data needs to take a world tour ๐Ÿ—บ๏ธ
streamlit-folium # Marriage of Streamlit and Folium - a map made in heaven! ๐Ÿ’‘
extra-streamlit-components # Because regular components are too mainstream ๐Ÿ˜Ž
# Yeehaw! Install these faster than Wild Bill can draw his gun! ๐Ÿค ๐Ÿ”ซ
# Remember, in the Wild West of coding, always pip before you yee-haw!
# To fix numpy compatibility issues, run this after installation:
# pip install --upgrade numpy pandas