From 1e4f624490d49d66f5df912bb63dbd48261a568d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:57:08 +0000 Subject: [PATCH] Bump pandas from 2.0.1 to 2.2.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.1 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.1...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-generator/requirements.txt | 2 +- fine-tuner/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data-generator/requirements.txt b/data-generator/requirements.txt index 8a7a0de..d615279 100644 --- a/data-generator/requirements.txt +++ b/data-generator/requirements.txt @@ -1,3 +1,3 @@ huggingface_hub==0.25.1 -pandas==2.0.1 +pandas==2.2.3 transformers==4.43.3 diff --git a/fine-tuner/requirements.txt b/fine-tuner/requirements.txt index be1822c..a02b601 100644 --- a/fine-tuner/requirements.txt +++ b/fine-tuner/requirements.txt @@ -1,5 +1,5 @@ lightning==2.5.0.post0 -pandas==2.0.1 +pandas==2.2.3 torch==2.3.1 torchmetrics==1.4.0.post0 transformers==4.43.3