From debbe4dcf9d593a5ffe091d6cdda061e68a3c8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:17:05 +0000 Subject: [PATCH] Update numpy requirement from ~=2.2.3 to ~=2.4.1 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.3...v2.4.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebe7304..30bdf5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ DateTime~=6.0 colorlog~=6.9.0 aiofiles~=24.1.0 joblib~=1.5.3 -numpy~=2.2.3 +numpy~=2.4.1 pathlib~=1.0.1 safetensors~=0.5.3 tqdm~=4.66.6