From 5771f204ae052b8faaeb360e560fef25e70c42c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:09:27 +0000 Subject: [PATCH] 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.0.0...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/default.txt b/_requirements/default.txt index 913834f..50bc5f1 100644 --- a/_requirements/default.txt +++ b/_requirements/default.txt @@ -1,5 +1,5 @@ setuptools==67.8.0 -matplotlib>=3.0.0, <3.8.0 +matplotlib>=3.0.0, <3.9.0 ipython[notebook]>=8.0.0, <8.15.0 urllib3 # for ipython torch>=1.8.1, <2.1.0