From 6a7f9d16c41d03c7d9314e431e95c3cd53821f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:53:01 +0000 Subject: [PATCH] Update pandas requirement from >=0.22.0 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/v0.22.0...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 450fc24..09a01b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib>=2.1.2 numpy>=1.12.1 -pandas>=0.22.0 +pandas>=3.0.2 scipy>=1.0.1 tensorflow>=2.0.1 keras>=2.3.0