From 90b330ba5ac7a15ed4005a5232c4b22d2292cc7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:04:14 +0000 Subject: [PATCH] chore(deps): update dependency numpy to v2.4.6 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c64d41de..735e60f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.3.5 +numpy==2.4.6 pandas==3.0.3 scikit-learn~=1.9.0 matplotlib==3.11.0 diff --git a/setup.py b/setup.py index e0ab290c..f8821135 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.6', 'pandas~=3.0.0', 'scikit-learn~=1.9.0', '2ppy~=0.4.0',