From 755c8de32f18ea83cdd098f414ed0232e1039290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:56:25 +0000 Subject: [PATCH] Bump pandas from 2.1.4 to 2.2.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0) --- updated-dependencies: - dependency-name: pandas 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 96bccff..5d8b42a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.2 scikit_learn==1.3.2 -pandas==2.1.4 +pandas==2.2.0 scipy==1.12.0 numpy==1.26.3 tensorflow==2.15.0.post1 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index cc9abbb..200ab09 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,6 +1,6 @@ matplotlib==3.8.2 scikit_learn==1.3.2 -pandas==2.1.4 +pandas==2.2.0 scipy==1.12.0 numpy==1.26.3 tensorflow_gpu==2.12.0