From 523926ed274abe29e2a7112a7affdfb60c4fd8a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:05:10 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.5.1 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f827370c..2b77f321 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.3.5 +numpy==2.5.1 pandas==3.0.5 scikit-learn~=1.9.0 matplotlib==3.11.1 diff --git a/setup.py b/setup.py index e0ab290c..d624140e 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.5.1', 'pandas~=3.0.0', 'scikit-learn~=1.9.0', '2ppy~=0.4.0',