From cb465a215f1e52f48dca2fca5b7bd99ac6f36930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:23:50 +0000 Subject: [PATCH] Update scipy requirement from <1.11.5,>=1.9.0 to >=1.9.0,<1.13.2 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.9.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy 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 9ff1955f..b8a3c98f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ torchvision>=0.13.0, <0.16.2 deepspeed>=0.9.0, <0.12.5 datasets>=2.9.0, <2.15.1 transformers>=4.31.0, <4.35.3 -scipy>=1.9.0, <1.11.5 +scipy>=1.9.0, <1.13.2