From ac0446f2f22b4fae704527727ed86df6ee493e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:57:55 +0000 Subject: [PATCH] Update dependency numpy to v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3956938..0e7abe60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ipywidgets nbclient nbformat nowcast-lstm -numpy==1.23.5 +numpy==2.3.4 pandas==1.5.3 pmdarima torch