From 65bde75092e93f51d2cf76ce629ea957f262cb7e Mon Sep 17 00:00:00 2001 From: yangxuan Date: Wed, 15 May 2024 19:07:17 +0800 Subject: [PATCH] fix: Skip streamlit 1.34.0 See also: #315, streamlit/streamlit#8606 Signed-off-by: yangxuan --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e048a19cb..8267f8522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "pytz", "streamlit-autorefresh", - "streamlit==1.31.1", + "streamlit!=1.34.0", "streamlit_extras", "tqdm", "s3fs",