From 59fbb4592487e29bd543d560777fd577cc945ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:25:00 +0000 Subject: [PATCH] chore(deps): bump scipy in /backend/python/transformers Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.18.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.1...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 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 9711eb570d52..e390025bd1e6 100644 --- a/backend/python/transformers/requirements.txt +++ b/backend/python/transformers/requirements.txt @@ -2,5 +2,5 @@ grpcio==1.83.0 protobuf==7.35.0 certifi setuptools -scipy==1.15.1 +scipy==1.18.0 numpy>=2.0.0 \ No newline at end of file