From 8cecb7b304fb8da1c13b09cd4c63a08d0d452525 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 15 Oct 2025 18:05:14 -0400 Subject: [PATCH] Pin numpy to latest version 2.3.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1e3bab..71eff9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pandas -numpy +numpy==2.3.4 streamlit pandas-profiling \ No newline at end of file