Skip to content

Commit 52a3fbd

Browse files
committed
🔍 fix: correct spelling in streamlit_app.py comments and update dash-extensions and pyarrow versions in requirements.txt
1 parent e16fbf5 commit 52a3fbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/other_apps/streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = "Jeroen Van Der Donckt"
1818

19-
# Explicitely set pio.templates in order to have colored traces in the streamlit app!
19+
# Explicitly set pio.templates in order to have colored traces in the streamlit app!
2020
# -> https://discuss.streamlit.io/t/streamlit-overrides-colours-of-plotly-chart/34943/5
2121
import plotly.io as pio
2222

examples/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pyfunctional>=1.4.3
22
dash-bootstrap-components>=1.2.0
3-
dash-extensions==1.0.1 # fixated on this version as more recent versions do not work
3+
dash-extensions==1.0.20 # fixated on this version as more recent versions do not work
44
ipywidgets>=7.7.0
55
memory-profiler>=0.60.0
66
line-profiler>=3.5.1
7-
pyarrow>=6.0.0
7+
pyarrow>=17.0.0
88
kaleido>=0.2.1
99
flask-cors>=3.0.10

0 commit comments

Comments
 (0)