From 36efaaa0312c17442271415e659f58df22a0a4c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:10:24 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2 to >=2.2,<4.0 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.0...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 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 8e6a8aa0b..1cfec783f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ classifiers = [ dependencies = [ "setuptools_scm[toml] >=8,<10", - 'pandas ~=2.2', + 'pandas >=2.2,<4.0', 'pint-pandas ~=0.6', 'seaborn ~=0.13', "pydantic ~=2.9",