From 73ccc5c78c88267bf178c2d6c88c4baa23f2db09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:37:08 +0200 Subject: [PATCH] Update matplotlib requirement from <3.6.2,>3.1 to >3.1,<3.7.3 in /requirements (#18301) --- 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 d467ea6b10..4133ad0a28 100644 --- a/requirements/pytorch/extra.txt +++ b/requirements/pytorch/extra.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment # extended list of package dependencies to reach full functionality -matplotlib>3.1, <3.6.2 +matplotlib>3.1, <3.7.3 omegaconf >=2.0.5, <2.4.0 hydra-core >=1.0.5, <1.4.0 jsonargparse[signatures] >=4.18.0, <4.24.0 # strict