From b6be13ce309c427add2486901c187911432caf05 Mon Sep 17 00:00:00 2001 From: awaelchli Date: Fri, 28 Jun 2024 10:43:26 +0200 Subject: [PATCH] Fix dependency issues with omegaconf and hydra (#20025) --- requirements/pytorch/extra.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pytorch/extra.txt b/requirements/pytorch/extra.txt index 8df61e4834..6962da858c 100644 --- a/requirements/pytorch/extra.txt +++ b/requirements/pytorch/extra.txt @@ -3,8 +3,8 @@ # extended list of package dependencies to reach full functionality matplotlib>3.1, <3.9.0 -omegaconf >=2.0.5, <2.4.0 -hydra-core >=1.0.5, <1.4.0 +omegaconf >=2.2.3, <2.4.0 +hydra-core >=1.2.0, <1.4.0 jsonargparse[signatures] >=4.27.7, <4.28.0 rich >=12.3.0, <13.6.0 tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute