From 4ae1192b39d3cdf201970d7859e71babcb7bcafb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:30:53 +0000 Subject: [PATCH] Update pandas requirement from >=2.2.1 to >=2.3.3 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.2.1...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..858c271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ train = [ "tiktoken>=0.5.1", "matplotlib>=3.7.1", "numpy>=1.26", - "pandas>=2.2.1", + "pandas>=2.3.3", "pyarrow>=15.0.0", "tqdm>=4.66.1", "huggingface_hub>=0.30.0",