From 05dae6914454abe69bfebe380679109d3613ac81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:17:25 +0000 Subject: [PATCH] chore(deps): update pandas requirement from >=2.0.3 to >=3.0.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.3...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5251d85c..3b978e91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ipython>=8.29.0 traitlets>=5.14.3 pylsl>=1.16.2 joblib>=1.4.2 -pandas>=2.0.3 +pandas>=3.0.3 scikit-learn>=1.5.2 pyxdf>=1.16.8 colorama>=0.4.6