From 7172c21ee5bdceb2284b603c476f852bf56b4198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:53:37 +0200 Subject: [PATCH] Update matplotlib requirement from <=3.5.1,>3.1 to >3.1,<3.5.3 in /requirements (#13053) * Update matplotlib requirement in /requirements Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.1.1...v3.5.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extra.txt b/requirements/extra.txt index 271ef8c0b8..d7d846c3d2 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,6 +1,6 @@ # extended list of package dependencies to reach full functionality -matplotlib>3.1, <=3.5.1 +matplotlib>3.1, <3.5.3 torchtext>=0.9.*, <=0.12.0 omegaconf>=2.0.5, <=2.1.* hydra-core>=1.0.5, <=1.1.*