From 114707b27f8d988a48c1f1ed1aa09909a61b4da4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:33:09 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.4.4 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4214f2e..b2bfe1cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.3.5 +numpy==2.4.4 pandas==3.0.2 scikit-learn~=1.8.0 matplotlib==3.10.9 diff --git a/setup.py b/setup.py index 920f928c..230e78e5 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.4', 'pandas~=3.0.0', 'scikit-learn~=1.8.0', '2ppy~=0.4.0',