From 6caafa66a6096990f3252e3c8e2cae89dfcfebb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:50:26 +0000 Subject: [PATCH] Bump matplotlib from 3.7.2 to 3.8.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9c350c9..d697821 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.2 +matplotlib==3.8.0 scikit_learn==1.3.0 pandas==2.1.0 numpy==1.23.5 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 56b654d..5087722 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.2 +matplotlib==3.8.0 scikit_learn==1.3.0 pandas==2.1.0 numpy==1.23.5