From 3b29f164bcafe4fbcebd24ea1b4c3ec59d2d1688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:57:22 +0000 Subject: [PATCH] Update pandas requirement from >=2.0.0 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.0.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 ad075bde..6d2307b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ finetune = [ "peft>=0.5.0", "scikit-learn>=1.0.0", "numpy>=1.21.0", - "pandas>=2.0.0", + "pandas>=2.3.3", # Hyperparameter / meta-learning search — used eagerly by # multimind.fine_tuning.meta_learning, advanced_optimization, # advanced_meta_learning. Without it, the whole fine_tuning package @@ -130,7 +130,7 @@ compliance = [ # extra is expected to want the visualization layer. "plotly>=5.18.0", "dash>=2.14.0", - "pandas>=2.0.0", + "pandas>=2.3.3", ] # Gateway / API server