From 7edec52ca356d3e774b7020e3640ddfa49536fe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:30:03 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 14d3653e..0b03390b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.26.4 +numpy==2.3.4 pandas==2.3.3 scikit-learn~=1.7.2 matplotlib==3.10.7 diff --git a/setup.py b/setup.py index fc14e6f9..865bcca0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ EPOCHS: int = 50 BATCH_SIZE: int = 16 REQUIREMENTS = [ - 'numpy~=1.26.0', + 'numpy~=2.3.4', 'pandas~=2.3.0', 'scikit-learn~=1.7.2', '2ppy~=0.4.0',