Skip to content

Commit 206fd06

Browse files
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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c786b3d commit 206fd06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/lite/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
fairscale>=0.4.5, <=0.4.6
4+
fairscale>=0.4.5, <0.4.13
55
deepspeed>=0.6.0, <=0.7.0

requirements/pytorch/strategies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
colossalai>=0.1.10
5-
fairscale>=0.4.5, <=0.4.6
5+
fairscale>=0.4.5, <0.4.13
66
deepspeed>=0.6.0, <=0.7.0
77
# no need to install with [pytorch] as pytorch is already installed
88
horovod>=0.21.2, !=0.24.0, <=0.26.1

0 commit comments

Comments
 (0)