From 82ee21ebcc491927e077202965b5222bca811c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 01:59:05 +0000 Subject: [PATCH] Update jsonargparse[signatures] requirement in /requirements Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version. - [Changelog](https://github.com/omni-us/jsonargparse/blob/master/CHANGELOG.rst) - [Commits](https://github.com/omni-us/jsonargparse/compare/v4.18.0...v4.21.1) --- updated-dependencies: - dependency-name: jsonargparse[signatures] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 c1914918f98d0..c05cb1767b4b9 100644 --- a/requirements/pytorch/extra.txt +++ b/requirements/pytorch/extra.txt @@ -5,6 +5,6 @@ matplotlib>3.1, <3.6.2 omegaconf >=2.0.5, <2.4.0 hydra-core >=1.0.5, <1.4.0 -jsonargparse[signatures] >=4.18.0, <4.19.0 +jsonargparse[signatures] >=4.18.0, <4.22.0 rich >=12.3.0, <=13.0.1 tensorboardX >=2.2, <=2.5.1 # min version is set by torch.onnx missing attribute