From bdd49aa7021c09bea8bc57b7687de93533e175d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 00:09:42 +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 74ad0c5..4dffa42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ipywidgets nbclient nbformat nowcast-lstm -numpy==1.25.0 +numpy==2.1.3 pandas==2.0.3 pmdarima torch