From 085a9a645e92d9aea10cd5c59f05b2119ab29cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 13:39:09 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /backend 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/v1.24.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-ml.txt b/backend/requirements-ml.txt index 2136159..e0a8c30 100644 --- a/backend/requirements-ml.txt +++ b/backend/requirements-ml.txt @@ -1,4 +1,4 @@ -r requirements.txt -numpy>=1.24.0 +numpy>=2.4.6 transformers>=4.40.0 torch>=2.2.0