From 826293a1e6411af1256a9e8ee17427caeb2080de Mon Sep 17 00:00:00 2001 From: Tom Bland Date: Thu, 26 Mar 2026 13:45:27 +0000 Subject: [PATCH] Pin pandas to <3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e778e694..2bd166d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "numpy>=2.0", "scipy>=1.13", - "pandas>=2.2", + "pandas>=2.2,<3.0", "xarray>=2024.6,<=2024.11", "bottleneck>=1.4", "coloredlogs",