FantasticTony commited on
Commit
523ca1c
·
1 Parent(s): 4830705

:bug: Update Python dependencies in requirements.txt

Browse files

Correct the vega-datasets package name and add new dependencies: pydeck, plotly, and streamlit-plotly-events. These changes aim to improve data visualization capabilities and streamline integration between Streamlit and Plotly.

Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
  streamlit
2
  altair
3
- vega_datasets
 
 
 
 
1
  streamlit
2
  altair
3
+ vega-datasets
4
+ pydeck
5
+ plotly
6
+ streamlit-plotly-events