From 206fd06f51849e79d30ecff805414cef5a2b1594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:01:27 +0530 Subject: [PATCH] Update fairscale requirement from <=0.4.6,>=0.4.5 to >=0.4.5,<0.4.13 in /requirements (#15842) Update fairscale requirement in /requirements Updates the requirements on [fairscale]() to permit the latest version. --- updated-dependencies: - dependency-name: fairscale dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/lite/strategies.txt | 2 +- requirements/pytorch/strategies.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lite/strategies.txt b/requirements/lite/strategies.txt index c06fac969bb65..fc506a784e557 100644 --- a/requirements/lite/strategies.txt +++ b/requirements/lite/strategies.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -fairscale>=0.4.5, <=0.4.6 +fairscale>=0.4.5, <0.4.13 deepspeed>=0.6.0, <=0.7.0 diff --git a/requirements/pytorch/strategies.txt b/requirements/pytorch/strategies.txt index 040b8212776b9..e8a2372affa95 100644 --- a/requirements/pytorch/strategies.txt +++ b/requirements/pytorch/strategies.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment colossalai>=0.1.10 -fairscale>=0.4.5, <=0.4.6 +fairscale>=0.4.5, <0.4.13 deepspeed>=0.6.0, <=0.7.0 # no need to install with [pytorch] as pytorch is already installed horovod>=0.21.2, !=0.24.0, <=0.26.1