Skip to content

Commit 70504e2

Browse files
committed
chore(deps): fix streamlit version (#246)
1 parent 1618ae1 commit 70504e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
install_requires=requirements,
5151
extras_require={
5252
"streamlit": [
53-
"streamlit==0.18.1",
53+
"streamlit==1.18.1",
5454
"typing-extensions==3.10.0",
5555
"streamlit_pandas_profiling==0.1.3",
5656
"ydata-profiling==4.0.0"

0 commit comments

Comments
 (0)