From 4670e2271e329e002de1dbd412b15cd7f8a3728c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:20:30 +0000 Subject: [PATCH] Update pandas requirement from <4,>=2.1 to >=3.0.3,<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.1.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 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 85603ec..4280056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license-files = ["LICENSE"] authors = [{name = "Jinwoo Bae"}] dependencies = [ "numpy>=1.26,<3", - "pandas>=2.1,<4", + "pandas>=3.0.3,<4", "scikit-learn>=1.4,<2", "matplotlib>=3.8,<4", "PyYAML>=6.0,<7",