From 31c8fa11662bf360c12e4a84f24550d9f3cfbdba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 May 2026 17:55:30 -0400 Subject: [PATCH] Pin pandas to latest version 3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..1c1580e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pandas +pandas==3.0.3 numpy streamlit pandas-profiling \ No newline at end of file