From 0db85d633c0dd51173d521927eef2ccb06f180bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Fri, 4 Mar 2022 23:16:23 +0100 Subject: [PATCH] Pin horovod to <0.24 (#12234) --- requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extra.txt b/requirements/extra.txt index f1162864de..e70e3f6254 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,7 +1,7 @@ # extended list of package dependencies to reach full functionality matplotlib>3.1 -horovod>=0.21.2 # no need to install with [pytorch] as pytorch is already installed +horovod>=0.21.2,<0.24 # no need to install with [pytorch] as pytorch is already installed torchtext>=0.8.* omegaconf>=2.0.5 hydra-core>=1.0.5