From 3fe4874cec7a0c36fe346fdc9b7c31c57218bb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:58:43 +0000 Subject: [PATCH] Update omegaconf requirement from <=2.1.*,>=2.0.5 to >=2.0.5,<2.3.0 in /requirements (#13167) Update omegaconf requirement in /requirements Updates the requirements on [omegaconf](https://github.com/omry/omegaconf) to permit the latest version. - [Release notes](https://github.com/omry/omegaconf/releases) - [Changelog](https://github.com/omry/omegaconf/blob/master/NEWS.md) - [Commits](https://github.com/omry/omegaconf/compare/v2.0.5...v2.2.1) --- updated-dependencies: - dependency-name: omegaconf dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/extra.txt b/requirements/pytorch/extra.txt index 351c6d27f32a5..721b9c3b6a6d5 100644 --- a/requirements/pytorch/extra.txt +++ b/requirements/pytorch/extra.txt @@ -1,7 +1,7 @@ # extended list of package dependencies to reach full functionality matplotlib>3.1, <3.5.3 torchtext>=0.10.*, <=0.12.0 -omegaconf>=2.0.5, <=2.1.* +omegaconf>=2.0.5, <2.3.0 hydra-core>=1.0.5, <1.3.0 jsonargparse[signatures]>=4.10.0, <=4.10.0 gcsfs>=2021.5.0, <2022.6.0