From 129d2a236c2357126c11233925c739acf960223b Mon Sep 17 00:00:00 2001 From: Davide Mauri Date: Fri, 3 May 2024 19:10:53 -0700 Subject: [PATCH] Pinning Streamlit to version 1.31.1 to avoid error #315 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a72d15c6..f3ae99eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "pytz", "streamlit-autorefresh", - "streamlit>=1.23.0", + "streamlit==1.31.1", "streamlit_extras", "tqdm", "s3fs",