From 342244ab2aa5b26e1ea310538999875d2a0e7fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 06:39:24 +0000 Subject: [PATCH] Update pandas requirement from <2.2.0,>=1.5.0 to >=1.5.0,<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/v1.5.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef23b67..1a4c70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ gpu = [ ] full = [ "biopython>=1.79", - "pandas>=1.5.0,<2.2.0", # Compatible with numpy<2.0 + "pandas>=1.5.0,<2.4.0", # Compatible with numpy<2.0 "h5py>=3.0.0", ] structure = [ @@ -68,7 +68,7 @@ dev = [ "bandit>=1.7.0", "pip-audit>=2.6.0", "biopython>=1.79", - "pandas>=1.5.0,<2.2.0", + "pandas>=1.5.0,<2.4.0", ] docs = [ "sphinx>=6.0.0",