From 5054bab0d5e84f4f00599b6ea5ecd497a1672039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:00:57 +0000 Subject: [PATCH] Update deepspeed requirement from <0.12.5,>=0.9.0 to >=0.9.0,<0.15.1 Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed) to permit the latest version. - [Release notes](https://github.com/microsoft/DeepSpeed/releases) - [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.9.0...v0.15.0) --- updated-dependencies: - dependency-name: deepspeed 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..2e200717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ tabulate>=0.9.0, <0.9.1 tensorboardX>=2.5.0, <2.6.3 torchmetrics>=0.11.0, <0.11.5 torchvision>=0.13.0, <0.16.2 -deepspeed>=0.9.0, <0.12.5 +deepspeed>=0.9.0, <0.15.1 datasets>=2.9.0, <2.15.1 transformers>=4.31.0, <4.35.3 scipy>=1.9.0, <1.11.5