From f0cf52c9a61d365928be878ac0762211bd56ff95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:42:56 +0000 Subject: [PATCH] chore: update pandas requirement from <3,>=2.0.0 to >=2.0.0,<4 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.0.0...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 0431d1833..b021d1bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ # Core scientific computing "numpy >= 1.21.5, < 3", - "pandas >= 2.0.0, < 3", + "pandas >= 2.0.0, < 4", "xarray >=2024.2.0, <2026.3", # CalVer: allow through next calendar year # Optimization and data handling "linopy >=0.5.1, <0.7", # Widened from patch pin to minor range