From b542e91543458aec88cd2f4611a3a01f6583008b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Nov 2024 16:38:32 -0500 Subject: [PATCH] Pin streamlit to latest version 1.40.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..552e236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas numpy -streamlit +streamlit==1.40.2 pandas-profiling \ No newline at end of file