From 68a99e0e2ef3381221baabeb914a1cf6d1a8dc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:30:52 +0000 Subject: [PATCH] Build(deps): update matplotlib requirement from ~=3.7.1 to ~=3.8.1 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.7.1...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f388861..0261262 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ setuptools~=67.7.0 pandas>=2.0.1 numpy~=1.24.2 nptyping~=2.5.0 -matplotlib~=3.7.1 +matplotlib~=3.8.1 scipy~=1.10.1 tqdm~=4.65.0 torch~=2.0.1