From 3f656781a1c24b4d30c8af977b163415c1935caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:44:11 +0000 Subject: [PATCH] Update pandas requirement from >=3.0.3 to >=3.0.5 in /Python/rddensity 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/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/rddensity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/rddensity/requirements.txt b/Python/rddensity/requirements.txt index 3193ee0..1993a7f 100644 --- a/Python/rddensity/requirements.txt +++ b/Python/rddensity/requirements.txt @@ -1,5 +1,5 @@ numpy>=2.5.1 -pandas>=3.0.3 +pandas>=3.0.5 scipy>=1.18.0 sympy>=1.14.0 plotnine>=0.15.7