From b9dea809818aa69b853d4e2e82870140fcf60a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 00:36:42 +0000 Subject: [PATCH] Update horovod requirement from <=0.27.0,>0.24.0 to >0.24.0,<0.29.0 (#23) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e5f8d1..1614cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ lightning >=2.0.0 # no need to install with [pytorch] as pytorch is already installed -horovod >0.24.0, <=0.27.0 +horovod >0.24.0, <0.29.0