Commit ·
523ca1c
1
Parent(s): 4830705
:bug: Update Python dependencies in requirements.txt
Browse filesCorrect 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.
- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
altair
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
altair
|
| 3 |
+
vega-datasets
|
| 4 |
+
pydeck
|
| 5 |
+
plotly
|
| 6 |
+
streamlit-plotly-events
|