From 98f0231f2837cbfe7461c85567653283807bcaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:35:18 +0000 Subject: [PATCH] Update pandas requirement from ^2.2.3 to ^3.0.1 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/v2.2.3...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9df7746..14449c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ patsy = "^1.0.1" scipy = "^1.15.2" scikit-learn = "^1.7" numpy = "^2.2.5" -pandas = "^2.2.3" +pandas = "^3.0.1" matplotlib = "^3.10.1" seaborn = "^0.13.2"