From 01cadd601755f32b6b81cd708e9fba6cc604b257 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Mar 2026 09:03:49 -0400 Subject: [PATCH] Pin numpy to latest version 2.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..294485d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas -numpy +numpy==2.4.3 streamlit pandas-profiling \ No newline at end of file