From abf869c489c4ddd80490ca4b5d4e5eb683d1333a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 05:55:09 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.4.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9150d36c..81e89f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.3.5 +numpy==2.4.1 pandas==3.0.0 scikit-learn~=1.8.0 matplotlib==3.10.8 diff --git a/setup.py b/setup.py index 920f928c..eab431ee 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ EPOCHS: int = 50 BATCH_SIZE: int = 16 REQUIREMENTS = [ - 'numpy~=2.3.4', + 'numpy~=2.4.1', 'pandas~=3.0.0', 'scikit-learn~=1.8.0', '2ppy~=0.4.0',