From 8c9b0a141a728a360eccea64a1d2aa9c9e705b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:46:09 +0000 Subject: [PATCH] Build(deps): update matplotlib requirement from ~=3.7.1 to ~=3.8.2 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.2) --- 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..5fa786d 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.2 scipy~=1.10.1 tqdm~=4.65.0 torch~=2.0.1