From 60c3173a94bd32da3f2b8337ed9fa7e2f6377915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:21:13 +0000 Subject: [PATCH] chore(deps): bump scipy in /backend/python/transformers Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.17.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.1...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/python/transformers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt index 459f24552..c1adc5533 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -2,5 +2,5 @@ grpcio==1.78.1 protobuf==6.33.5 certifi setuptools -scipy==1.15.1 +scipy==1.17.1 numpy>=2.0.0 \ No newline at end of file