From 91b8010fdad727d43c15a7c280774e8c6ae4bbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:08:43 +0000 Subject: [PATCH] Build(deps): update matplotlib requirement from ~=3.7.1 to ~=3.9.0 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.9.0) --- 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..e0e8a28 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.9.0 scipy~=1.10.1 tqdm~=4.65.0 torch~=2.0.1