From d38228e23f05ddb30bf76e8177bedee74fe41df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:07:04 +0000 Subject: [PATCH] Update pandas requirement from >=1.1.4 to >=3.0.2 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.1.4...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 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 85eb839df8a0..af3817cc2067 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ tensorboard>=2.4.1 # comet # Plotting -------------------------------------------------------------------- -pandas>=1.1.4 +pandas>=3.0.2 seaborn>=0.11.0 # Export ----------------------------------------------------------------------