Skip to content

Commit

Permalink
chore(deps): fix streamlit version (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Mar 13, 2023
1 parent 1618ae1 commit 70504e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
install_requires=requirements,
extras_require={
"streamlit": [
"streamlit==0.18.1",
"streamlit==1.18.1",
"typing-extensions==3.10.0",
"streamlit_pandas_profiling==0.1.3",
"ydata-profiling==4.0.0"
Expand Down

0 comments on commit 70504e2

Please sign in to comment.