From ba9f3303c8e6479d43f192f007b25958b2678b92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:11:11 +0000 Subject: [PATCH] Update dependency pandas to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f92683d..095873c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requires-python = ">=3.11" dependencies = [ "numpy>=2.3,<3.0", "mdanalysis>=2.10,<3.0", - "pandas>=2.3,<3.0", + "pandas>=3,<3.1", "psutil>=7.1,<8.0", "PyYAML>=6.0,<7.0", "python-json-logger>=4.0,<5.0",