From 5b11a82196388419f27cc912a4b41c84828315e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 10 Jan 2026 06:03:59 -0500 Subject: [PATCH] Pin numpy to latest version 2.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..4bb0ee9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas -numpy +numpy==2.4.1 streamlit pandas-profiling \ No newline at end of file